Add Go 1.11 to .travis.yml (#580)

main
Zero King 2018-09-04 17:20:30 +00:00 committed by Erik Johnston
parent a0b38a6f2b
commit 1a82e6bc58
1 changed files with 1 additions and 0 deletions

View File

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