Update Golang versions on Travis CI

This commit is contained in:
Shuhei Kitagawa 2018-09-21 10:59:37 +09:00
parent 3605ed457b
commit 266d7ff9e8

View File

@ -1,9 +1,9 @@
sudo: false
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip