Update travis.yml with recent Go versions.

This commit is contained in:
Alex Bramley 2018-09-06 22:12:22 +01:00
parent fc1dfa1ceb
commit 5d183f21c3
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
language: go language: go
go: go:
- 1.5 - 1.11
- 1.5.3 - 1.10.4
- 1.6 - 1.9.7
sudo : false sudo : false