Add recent versions of Go to the .travis.yml.

This commit is contained in:
M. J. Fromberger 2019-06-01 16:59:38 -07:00
parent 0d0c6c886e
commit e30055f675

View File

@ -3,4 +3,7 @@ language: go
go:
- 1.7
- 1.8
- 1.9
- 1.9
- "1.10"
- 1.11
- 1.12