From e44d57167163217aa16343f7a2073404e2682308 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Fri, 30 Dec 2016 00:06:24 -0500 Subject: [PATCH] Add PR number output to Travis build --- deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 8212742a6..9e89bb482 100644 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -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