From bbdb2cef53f55b85e0df48247ee7e0d14a55ad12 Mon Sep 17 00:00:00 2001 From: Scott Nowicki Date: Wed, 19 Apr 2017 10:28:11 -0500 Subject: [PATCH] removed branch restrictions on deploy --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6887ef44..69386fcf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ branches: - master - /^(?i:topic)-.*$/ + +##todo: switch to before_script and script + # install terraform before_deploy: - curl -fSL "https://releases.hashicorp.com/terraform/0.9.3/terraform_0.9.3_linux_amd64.zip" -o terraform.zip @@ -27,6 +30,3 @@ deploy: - provider: script skip_cleanup: true script: cd $TEST_DIR && "./deploy.sh" - on: - repo: 10thmagnitude/terraform - branch: 101-vm-simple-linux