Browse Source

[travis] Back to upstream

Achilleas Koutsou 6 years ago
parent
commit
89a0e43e99
1 changed files with 5 additions and 8 deletions
  1. 5 8
      .travis.yml

+ 5 - 8
.travis.yml

@@ -1,18 +1,15 @@
 language: go
 go:
-  - 1.9
-  - master
+  - 1.7.x
+  - 1.8.x
+  - 1.9.x
+  - 1.10.x
+  - 1.11.x
 
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -y libpam-dev
 
-env:
-  - GO15VENDOREXPERIMENT=1
-
 script:
-  - go get github.com/docopt/docopt-go
-  - go get gopkg.in/yaml.v2
-  - go get github.com/G-Node/gin-dex/gindex
   - go build -v -tags "pam"
   - go test -v -cover -race ./...