Skip to content

Commit

Permalink
Fix terraform download path.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Aug 12, 2016
1 parent 77bef28 commit 9910646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ node_js:
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
- wget https://releases.hashicorp.com/terraform/0.6.16/terraform_0.7.0_linux_amd64.zip
- wget https://releases.hashicorp.com/terraform/0.7.0/terraform_0.7.0_linux_amd64.zip
- mkdir -p ~/opt/terraform/
- unzip terraform_0.7.0_linux_amd64.zip -d ~/opt/terraform/
script:
Expand Down

0 comments on commit 9910646

Please sign in to comment.