Browse Source

[GinR] Travis build deps

cgars 7 years ago
parent
commit
39031ee3f6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -1,9 +1,8 @@
 language: go
 go:
-  - 1.8.x
-  - 1.9.x
-  - 1.10.x
-  - 1.11.x
+  - 1.7
+  - 1.8
+  - master
 
 before_install:
   - sudo apt-get update -qq
@@ -13,6 +12,7 @@ env:
   - GO15VENDOREXPERIMENT=1
 
 script:
+  - go get github.com/docopt/docopt-go
   - go get github.com/G-Node/gin-doi/src
   - go get gopkg.in/yaml.v2
   - go get github.com/G-Node/gin-dex/gindex