Set conditional deployment branch to master

This commit is contained in:
Dave Machado
2017-05-25 10:15:31 -04:00
parent d5505b5aa2
commit 6747d5b250

View File

@@ -2,7 +2,7 @@
set -o errexit -o nounset
if [ "$TRAVIS_BRANCH" != "feature/markdown-tables-to-json" ]
if [ "$TRAVIS_BRANCH" != "master" ]
then
echo "This commit was made against $TRAVIS_BRANCH and not master! No deploy!"
exit 0