Add go1.10.x to Travis (#718)

tip now points to what will be go1.11 leaving go1.10 untested.
This commit is contained in:
Tom Thorogood 2018-08-04 17:18:20 +09:30 committed by Miek Gieben
parent b559d43c31
commit 4a8fde8d2a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: go
sudo: false
go:
- 1.9.x
- 1.10.x
- tip
env: