Add missing then

This commit is contained in:
Schuyler Cebulskie
2017-01-13 21:13:54 -05:00
parent 63c8b1b2f2
commit 1e76f519dc

View File

@@ -17,7 +17,7 @@ function build {
}
# For revert branches, do nothing
if [[ "$TRAVIS_BRANCH" == revert-* ]]
if [[ "$TRAVIS_BRANCH" == revert-* ]]; then
echo -e "\e[36m\e[1mBuild triggered for reversion branch \"${TRAVIS_BRANCH}\" - doing nothing."
exit 0
fi