Skip to content
Snippets Groups Projects
Commit 7a23e176 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix typo in script.sh

parent e397bc92
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment