try travis go version as string

This commit is contained in:
James Bardin 2018-02-21 11:37:06 -05:00
parent 3bc1dcf21a
commit d4415bdd7d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ dist: trusty
sudo: false sudo: false
language: go language: go
go: go:
- 1.10 - "1.10"
# add TF_CONSUL_TEST=1 to run consul tests # add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis # they were causing timouts in travis