|
@@ -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
|