From 121a60192f92181ef8b85b9c7ba41feba45b13eb Mon Sep 17 00:00:00 2001 From: Scott Nowicki Date: Thu, 27 Apr 2017 18:00:43 -0500 Subject: [PATCH] Enabled CI runs for master This should enable CI on PRs for examples (until an example PR is merged) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 686656f9b..814cc864a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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