aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom Harvey <tombuildsstuff@users.noreply.github.com>2019-01-09 10:45:03 +0000
committerGitHub <noreply@github.com>2019-01-09 10:45:03 +0000
commit303b299eeb6b06e939e35905e4b34cb410dd9dc3 (patch)
treefbf4a9d15d29ef4272013b714580e9678083843f /.travis.yml
parent9676fb99c312a3ba344b2ec0b9ef8b1ba7a46630 (diff)
parent689f520e1dae40936490b47043559d182a817c89 (diff)
downloadterraform-provider-statuscake-303b299eeb6b06e939e35905e4b34cb410dd9dc3.tar.gz
terraform-provider-statuscake-303b299eeb6b06e939e35905e4b34cb410dd9dc3.tar.zst
terraform-provider-statuscake-303b299eeb6b06e939e35905e4b34cb410dd9dc3.zip
Merge pull request #23 from terraform-providers/go1.11-upgrade-2019-01-07
[AUTOMATED] Upgrade to Go 1.11
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