summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Hipp <thipp@suse.de>2017-01-26 10:33:50 +0100
committerThomas Hipp <thipp@suse.de>2017-01-26 10:33:50 +0100
commitccede1a4df43db62f23c015b4c25da777e6179cb (patch)
tree94a549198c925a077e6f1f7b4708f410f4088294 /.travis.yml
parent3bf8af782383aedd9349fa222e73a50e57b4d170 (diff)
downloadterraform-provider-libvirt-ccede1a4df43db62f23c015b4c25da777e6179cb.tar
terraform-provider-libvirt-ccede1a4df43db62f23c015b4c25da777e6179cb.tar.gz
travis: fix build issue
When building with Go 1.6, the build fails due to the missing "context" package. Using Go 1.7 solves this issue. Beside that, Terraform requires Go 1.7. Signed-off-by: Thomas Hipp <thipp@suse.de>
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 350a2133..ea6cbb38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ dist: trusty
language: go
go:
- - 1.6
+ - 1.7
before_install:
- sudo apt-get -qq update