Have TravisCI run with go 1.10 as well (#527)

main
Andrew Morgan 2018-07-17 07:58:32 -07:00 committed by GitHub
parent e3b9754d59
commit 40b1dd6f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
env:
- TEST_SUITE="lint"