build: use Go 1.9.1 within Travis-CI unit test runs
This commit is contained in:
parent
5cd00a13ec
commit
7916268d7f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue