aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-09 20:11:34 -0500
committerUnknwon <u@gogs.io>2017-02-09 20:11:34 -0500
commit9c3c9a8eb9e3293e850e3593c2b03fe3627a8ecc (patch)
tree87331e277a515ca7b1067d10fe97a6cd871413a9 /.travis.yml
parent2fd69f13d9599a6c58b47225565163fd7d87889f (diff)
Update CI settings
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c4c27ed..a7ef20a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,14 +3,14 @@ go:
- 1.5.x
- 1.6.x
- 1.7.x
+ - master
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev
- - go get github.com/msteinert/pam
-install:
- - go get -t -v ./...
+env:
+ - GO15VENDOREXPERIMENT=1
script:
- go build -v -tags "pam"