summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Hipp <thipp@suse.de>2017-09-19 09:40:05 +0200
committerAlvaro <alvaro.saurin@gmail.com>2017-09-22 13:08:06 +0200
commitdbe46f9773fb4735ff8c53367ff483ffdfc0d566 (patch)
tree3090516166cda52cd005dca2f7ed01e97bd88aa8 /.travis.yml
parent5dc5400f354238a7b6df72b8ae84d2ef45339914 (diff)
downloadterraform-provider-libvirt-dbe46f9773fb4735ff8c53367ff483ffdfc0d566.tar
terraform-provider-libvirt-dbe46f9773fb4735ff8c53367ff483ffdfc0d566.tar.gz
update Terraform and Go version
This updates Terraform to the latest version. Travis will build with go1.9 from now on, since Terraform > 0.10.2 doesn't support go1.8. Glide was run with `--strip-vendor` which removes a lot of unnecessary files. Tests and Docs regarding `ignition` have been updated. This resolves #194. 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 07eb1438..0913bc40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ dist: trusty
language: go
go:
- - 1.8
+ - 1.9
go_import_path: github.com/dmacvicar/terraform-provider-libvirt
install: true
before_script: