Update CI settings

master
Unknwon 2017-02-09 20:11:34 -05:00
parent 2fd69f13d9
commit 9c3c9a8eb9
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -11,7 +11,7 @@ build: false
deploy: false
install:
- go get -t -v ./...
- go build -v
notifications:
- provider: Email