fix terraform path on travis
This commit is contained in:
parent
699c7bb17c
commit
42c707b807
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ python:
|
||||||
before_install: 'sudo apt-get install unzip'
|
before_install: 'sudo apt-get install unzip'
|
||||||
before_script:
|
before_script:
|
||||||
- 'wget https://releases.hashicorp.com/terraform/0.7.11/terraform_0.7.11_linux_amd64.zip'
|
- 'wget https://releases.hashicorp.com/terraform/0.7.11/terraform_0.7.11_linux_amd64.zip'
|
||||||
- 'unzip terraform_0.7.11_linux_amd64.zip'
|
- 'unzip terraform_0.7.11_linux_amd64.zip -d test'
|
||||||
- './terraform --version'
|
- './test/terraform --version'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install -r test/requirements.txt"
|
- "pip install -r test/requirements.txt"
|
||||||
|
|
Loading…
Reference in a new issue