remove 1.7 testing

master
Carlo Strub 7 years ago
parent f58ac47c4f
commit 8c8cf939fc

@ -1,7 +1,6 @@
language: go language: go
go: go:
- 1.7
- 1.8.x - 1.8.x
- master - master
@ -19,4 +18,4 @@ install:
- go get -u github.com/onsi/ginkgo/ginkgo - go get -u github.com/onsi/ginkgo/ginkgo
script: script:
- ginkgo --randomizeAllSpecs --randomizeSuites - ginkgo -r --randomizeAllSpecs --randomizeSuites

Loading…
Cancel
Save