summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-03 12:46:23 -0500
committerUnknwon <u@gogs.io>2015-11-03 12:46:23 -0500
commit8a87bee4346968e280e9b9a6e56373c1d2e1c357 (patch)
tree0741d8cfaefee01b56e5ac700d6662ad30805b36 /.travis.yml
parent1dfa693a5cd221fa43f10df3a9dc216753f82547 (diff)
downloadgitea-8a87bee4346968e280e9b9a6e56373c1d2e1c357.tar.gz
gitea-8a87bee4346968e280e9b9a6e56373c1d2e1c357.zip
what's wrong with go tip?
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 797daa5d29..371ce51b10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_install:
- go get github.com/msteinert/pam
install:
- - go get -d .
+ - go get -t ./...
script: go build -v -tags "pam"