Enabled CI runs for master

This should enable CI on PRs for examples (until an example PR is merged)
This commit is contained in:
Scott Nowicki 2017-04-27 18:00:43 -05:00 committed by GitHub
parent 829b69625b
commit 121a60192f
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ env:
branches:
only:
- master
- /^(?i:topic)-.*$/
# install terraform
before_deploy:
@ -29,7 +30,6 @@ deploy:
on:
repo: harijayms/terraform
branch: master
condition: false
# destroy resources with Azure CLI
after_deploy: cd $TRAVIS_BUILD_DIR/$TEST_DIR && ./after_deploy.sh