0
0
Fork 0

Merge pull request #631 from dvrkps/patch-1

travis: update go versions
This commit is contained in:
Marty Schoch 2017-09-12 09:10:15 -04:00 committed by GitHub
commit 6eea5b78da
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ sudo: false
language: go
go:
- 1.6
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
script:
- go get golang.org/x/tools/cmd/cover