Commit 6747d5b2 authored by Dave Machado's avatar Dave Machado
Browse files

Set conditional deployment branch to master

parent d5505b5a
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment