Add go 1.10 to .travis.yml (#131)

This commit is contained in:
Sam Woodard 2018-03-12 17:55:56 -07:00 committed by Aren Patel
parent bf4e01db8d
commit 1ac83a4625
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- tip
script: script/test -v