Ver Fonte

Update CI settings

Unknwon há 7 anos atrás
pai
commit
9c3c9a8eb9
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 3 3
      .travis.yml
  2. 1 1
      appveyor.yml

+ 3 - 3
.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"

+ 1 - 1
appveyor.yml

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