Skip to content

Commit 2997552

Browse files
committed
Adding more verbosity to travis build logs in the special Node.js case
1 parent d31d99e commit 2997552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/travis/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939
if [[ ! -z "$NPM" ]]; then
4040
if [[ $TRAVIS_PULL_REQUEST == "false" ]] || git diff --name-only HEAD~1| grep '^javascript/' >/dev/null; then
41-
./go node:atoms
41+
./go --verbose node:atoms
4242
cd javascript/node/selenium-webdriver; npm install; npm run $NPM
4343
fi
4444
fi

0 commit comments

Comments
 (0)