Browse Source

Update CI settings

pull/2935/merge
Unknwon 8 years ago
parent
commit
9c3c9a8eb9
No known key found for this signature in database
GPG Key ID: FB9F411CDD69BEC1
  1. 6
      .travis.yml
  2. 2
      appveyor.yml

6
.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"

2
appveyor.yml

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

Loading…
Cancel
Save