From 71b0e27517841ec7b911bafb109846ee96109f30 Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 22 Feb 2016 16:03:57 +0100 Subject: [PATCH] bash instead? --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index 25607843b..bf142cc36 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e if ([ "$TRAVIS_BRANCH" = "master" ] || [ ! -z "$TRAVIS_TAG" ]) && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then