travis syntax changes

This commit is contained in:
Scott Nowicki 2017-04-24 12:50:47 -05:00
parent 9232165e20
commit 986b0682ea
1 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,9 @@ branches:
# install terraform
before_deploy:
- cd $TEST_DIR && ./before_deploy.sh
- provider: script
skip_cleanup: true
script: cd $TEST_DIR && ./before_deploy.sh
# terraform deploy script
deploy:
@ -28,4 +30,6 @@ deploy:
# destroy resources with Azure CLI
after_deploy:
- cd $TEST_DIR && ./after_deploy.sh
- provider: script
skip_cleanup: true
script: cd $TEST_DIR && ./after_deploy.sh