aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Pilon <apilon@hashicorp.com>2019-01-07 18:04:34 -0500
committerAlex Pilon <apilon@hashicorp.com>2019-01-07 18:04:34 -0500
commit689f520e1dae40936490b47043559d182a817c89 (patch)
treefbf4a9d15d29ef4272013b714580e9678083843f /.travis.yml
parent9676fb99c312a3ba344b2ec0b9ef8b1ba7a46630 (diff)
downloadterraform-provider-statuscake-689f520e1dae40936490b47043559d182a817c89.tar.gz
terraform-provider-statuscake-689f520e1dae40936490b47043559d182a817c89.tar.zst
terraform-provider-statuscake-689f520e1dae40936490b47043559d182a817c89.zip
provider: Require Go 1.11 in TravisCI and README
provider: Run go fix provider: Run go fmt
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0eabb81..e85a5f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ services:
4- docker 4- docker
5language: go 5language: go
6go: 6go:
7- 1.8.1 7 - "1.11.x"
8 8
9install: 9install:
10# This script is used by the Travis build to install a cookie for 10# This script is used by the Travis build to install a cookie for