From 957a0cf32a406494cf2e4538e608c4836fb94305 Mon Sep 17 00:00:00 2001 From: Justin Field Date: Mon, 29 Apr 2019 10:31:17 -0700 Subject: [PATCH] specify bash in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ead66078..a1ece7d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ deploy: tags: true - skip_cleanup: true provider: script - script: docker-deploy.sh + script: bash docker-deploy.sh on: repo: Nike-Inc/cerberus-lifecycle-cli tags: true