summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-03 13:00:04 -0500
committerUnknwon <u@gogs.io>2015-11-03 13:00:04 -0500
commit8411b50f5d4e3b30d7d601612ee2aa5e4921c968 (patch)
tree5974fddf6fc71a3e45e801fdf2994a3ef3d5c445 /.travis.yml
parent8a87bee4346968e280e9b9a6e56373c1d2e1c357 (diff)
downloadgitea-8411b50f5d4e3b30d7d601612ee2aa5e4921c968.tar.gz
gitea-8411b50f5d4e3b30d7d601612ee2aa5e4921c968.zip
work on #1882
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 371ce51b10..837d9a1ccc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ go:
- 1.3
- 1.4
- 1.5
- - tip
before_install:
- sudo apt-get update -qq
@@ -12,7 +11,7 @@ before_install:
- go get github.com/msteinert/pam
install:
- - go get -t ./...
+ - go get -t -v ./...
script: go build -v -tags "pam"