mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
Add missing then
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user