Have TravisCI run with go 1.10 as well

This commit is contained in:
Andrew Morgan 2018-06-29 12:06:39 +01:00
parent 1cc21d6bcd
commit 3ed46423fb

View file

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