mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Add PR number output to Travis build
This commit is contained in:
parent
ed08c24784
commit
e44d571671
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function build {
|
|||
|
||||
# For PRs or Node 7, only run tests
|
||||
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
|
||||
fi
|
||||
if [ "$TRAVIS_NODE_VERSION" != "6" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue