mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 21:13:30 +01:00
Add PR number output to Travis build
This commit is contained in:
@@ -16,7 +16,7 @@ function build {
|
|||||||
|
|
||||||
# For PRs or Node 7, only run tests
|
# For PRs or Node 7, only run tests
|
||||||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||||
echo -e "\e[36m\e[4m\e[1mThis is a PR build - only running tests"
|
echo -e "\e[36m\e[4m\e[1mThis is a PR build for #$TRAVIS_PULL_REQUEST - only running tests"
|
||||||
tests
|
tests
|
||||||
fi
|
fi
|
||||||
if [ "$TRAVIS_NODE_VERSION" != "6" ]; then
|
if [ "$TRAVIS_NODE_VERSION" != "6" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user