add new go version to travis and remove oldest (#158)

This commit is contained in:
Sam Woodard 2018-10-04 13:56:12 -07:00 committed by Aren Patel
parent bdc73a22a3
commit 5307399ec1
1 changed files with 1 additions and 1 deletions

View File

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