瀏覽代碼

[GinR] Travis build deps

cgars 7 年之前
父節點
當前提交
39031ee3f6
共有 1 個文件被更改,包括 4 次插入4 次删除
  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