Created
April 1, 2018 02:09
-
-
Save dejanvasic85/0e3874c8ddcc1830eec6c991db5ba81d to your computer and use it in GitHub Desktop.
travis v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| before_deploy: | |
| - wget https://releases.hashicorp.com/terraform/0.11.5/terraform_0.11.5_linux_amd64.zip -O /tmp/terraform.zip | |
| - sudo unzip -d /usr/local/bin/ /tmp/terraform.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment