Add Go 1.11 to .travis.yml

This commit is contained in:
Zero King 2018-09-01 08:17:08 +00:00
parent a0b38a6f2b
commit bba5812c81

View file

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