Merge pull request #2385 from hugovk/fix-syntax-error

Fix after_success.sh syntax error
This commit is contained in:
Andrew Murray 2017-01-30 19:24:59 +11:00 committed by GitHub
commit 0f06d817bb

View File

@ -44,3 +44,4 @@ if [ "$TRAVIS_REPO_SLUG" = "python-pillow/Pillow" ] && [ "$TRAVIS_BRANCH" = "mas
echo "Some jobs failed" echo "Some jobs failed"
fi fi
fi fi
fi