瀏覽代碼

[GinR] Travis build deps

cgars 7 年之前
父節點
當前提交
5e9b78bc31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,5 @@
 language: go
 go:
-  - 1.6
   - 1.7
   - 1.8
   - master
@@ -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