Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9fa291eb093b534f98a42e6fe82fb669bb855cf0
Choose a base ref
..
head repository: hashicorp/terraform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2edcbe139947b9444b546cc6dc7dbe8f134510ec
Choose a head ref
Showing 760 changed files with 27,324 additions and 34,952 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ dist: trusty
sudo: false
language: go
go:
- 1.8.1
- 1.8.3
- 1.9rc1

# add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis
@@ -13,7 +14,7 @@ env:
before_install:
- curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip
- unzip consul.zip
- mkdir ~/bin
- mkdir -p ~/bin
- mv consul ~/bin
- export PATH="~/bin:$PATH"

@@ -42,4 +43,3 @@ matrix:
fast_finish: true
allow_failures:
- go: tip

Loading