aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlexandre Garand <alexandre.garand@fretlink.com>2019-07-05 09:59:40 +0200
committerAlexandre Garand <alexandre.garand@fretlink.com>2019-07-05 09:59:40 +0200
commit68936298c66845b16c718cbcfad8ae36ecd5fdfe (patch)
treec632a71a320357081bfc45ffd71049bc3a982f62
parent12576b10aba194440c9c2e1c071a18888ffb107c (diff)
downloadterraform-provider-mailgun-68936298c66845b16c718cbcfad8ae36ecd5fdfe.tar.gz
terraform-provider-mailgun-68936298c66845b16c718cbcfad8ae36ecd5fdfe.tar.zst
terraform-provider-mailgun-68936298c66845b16c718cbcfad8ae36ecd5fdfe.zip
add go 1.11 to travis
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 772e140..a6b90ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ services:
5language: go 5language: go
6go: 6go:
7 - "1.12.x" 7 - "1.12.x"
8 - "1.11.x"
8 9
9install: 10install:
10# This script is used by the Travis build to install a cookie for 11# This script is used by the Travis build to install a cookie for