mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 08:41:29 +00:00
Add missing then
This commit is contained in:
parent
63c8b1b2f2
commit
1e76f519dc
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ function build {
|
||||||
}
|
}
|
||||||
|
|
||||||
# For revert branches, do nothing
|
# 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."
|
echo -e "\e[36m\e[1mBuild triggered for reversion branch \"${TRAVIS_BRANCH}\" - doing nothing."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue