summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-03 12:29:14 -0500
committerUnknwon <u@gogs.io>2015-11-03 12:29:14 -0500
commitd5b92b61d7e3e364ef735d29cf72a67edc988950 (patch)
treefb6fcb448c8788eea3ec57a06261c555815ddb08 /.travis.yml
parenta374751eb84c038f22b300bb0c6e5c4586cd0909 (diff)
downloadgitea-d5b92b61d7e3e364ef735d29cf72a67edc988950.tar.gz
gitea-d5b92b61d7e3e364ef735d29cf72a67edc988950.zip
fix CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 864a80c426..4b61efdc9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,9 @@ before_install:
- sudo apt-get install -y libpam-dev
- go get github.com/msteinert/pam
+install:
+ - go get -d ./...
+
script: go build -v -tags "pam"
notifications: