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.5.x
- 1.6.x - 1.6.x
- 1.7.x - 1.7.x
- master
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y libpam-dev - sudo apt-get install -y libpam-dev
- go get github.com/msteinert/pam
install: env:
- go get -t -v ./... - GO15VENDOREXPERIMENT=1
script: script:
- go build -v -tags "pam" - go build -v -tags "pam"

View File

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