fixed travis cfg

This commit is contained in:
Scott Nowicki 2017-04-24 13:09:53 -05:00
parent 986b0682ea
commit d0e8c2816c
1 changed files with 2 additions and 8 deletions

View File

@ -14,10 +14,7 @@ branches:
- /^(?i:topic)-.*$/
# install terraform
before_deploy:
- provider: script
skip_cleanup: true
script: cd $TEST_DIR && ./before_deploy.sh
before_deploy: cd $TEST_DIR && ./before_deploy.sh
# terraform deploy script
deploy:
@ -29,7 +26,4 @@ deploy:
branch: topic-101-vm-simple-linux
# destroy resources with Azure CLI
after_deploy:
- provider: script
skip_cleanup: true
script: cd $TEST_DIR && ./after_deploy.sh
after_deploy: cd $TEST_DIR && ./after_deploy.sh