Add golang 1.11 to the travis file

This commit is contained in:
Zach 2018-09-02 20:56:19 -04:00
parent 3b64f480e2
commit 5dd03786b0

View File

@ -2,5 +2,6 @@ language: go
go:
- 1.3
- "1.11"
- tip
script: true