From 3ce7a2499ada4166f9f6f496926ac7df27796288 Mon Sep 17 00:00:00 2001 From: Scott Nowicki Date: Wed, 19 Apr 2017 10:59:21 -0500 Subject: [PATCH] add execute permissions to deploy.sh file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d122f68d7..edf26582cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_deploy: deploy: - provider: script skip_cleanup: true - script: cd $TEST_DIR && "./deploy.sh" + script: cd $TEST_DIR && chmod +x ./deploy.sh && ./deploy.sh on: repo: 10thmagnitude/terraform branch: topic-101-vm-simple-linux