From 7a23e1762575786f1d9c8822d51e863a1125a048 Mon Sep 17 00:00:00 2001 From: redsky17 Date: Thu, 31 Jan 2019 22:52:31 +0000 Subject: [PATCH] Fix typo in script.sh --- .ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/script.sh b/.ci/script.sh index 930af752..d3aeb417 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -41,6 +41,6 @@ if [ $TRAVIS_OS_NAME == osx ]; then fi fi -if [ $TRAVIS_OS_NAME == linux ] && [ $DEPLOYMENT == 1 && [ ! -z $VERSION ] ; then +if [ $TRAVIS_OS_NAME == linux ] && [ $DEPLOYMENT == 1 ] && [ ! -z $VERSION ] ; then make linux-deploy; fi