build: use Go 1.9.1 within Travis-CI unit test runs

This commit is contained in:
Martin Atkins 2017-10-05 09:06:44 -07:00
parent 5cd00a13ec
commit 7916268d7f
1 changed files with 1 additions and 1 deletions

View File

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