Merge pull request #546 from terraform-providers/paddy_go1.9.1_travis

Use go1.9.1 for Travis
This commit is contained in:
Paddy 2017-10-12 13:16:49 -07:00 committed by GitHub
commit e4e20b66a9

View File

@ -2,7 +2,7 @@ dist: trusty
sudo: false sudo: false
language: go language: go
go: go:
- 1.9 - 1.9.1
install: install:
# This script is used by the Travis build to install a cookie for # This script is used by the Travis build to install a cookie for