diff options
author | Unknwon <u@gogs.io> | 2015-11-03 12:46:23 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-03 12:46:23 -0500 |
commit | 8a87bee4346968e280e9b9a6e56373c1d2e1c357 (patch) | |
tree | 0741d8cfaefee01b56e5ac700d6662ad30805b36 /.travis.yml | |
parent | 1dfa693a5cd221fa43f10df3a9dc216753f82547 (diff) | |
download | gitea-8a87bee4346968e280e9b9a6e56373c1d2e1c357.tar.gz gitea-8a87bee4346968e280e9b9a6e56373c1d2e1c357.zip |
what's wrong with go tip?
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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" |