fixed after_deploy syntax for .travis.yml

This commit is contained in:
Scott Nowicki 2017-04-19 20:23:07 -05:00
parent 1653d5da73
commit bf5d9773e2
1 changed files with 1 additions and 3 deletions

View File

@ -25,6 +25,4 @@ deploy:
branch: topic-101-vm-simple-linux
# TODO: possibly use Azure CLI to delete the resource group
after_deploy:
- provider: script
script: terraform destroy
after_deploy: terraform destroy