Update the build file to validate gas from go version 1.7 onward

This commit is contained in:
Cosmin Cojocar 2018-02-10 19:46:39 +01:00
parent 84bfbbfd8c
commit e15c057349

View file

@ -2,7 +2,9 @@ language: go
before_script:
- go vet $(go list ./... | grep -v /vendor/)
go:
- 1.5
- 1.7
- 1.8
- 1.9
- tip
install:
- go get -v github.com/onsi/ginkgo/ginkgo