Skip to content

Commit c192b71

Browse files
authored
Print node and npm versions in test.sh
1 parent a0e3106 commit c192b71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ else
99
source ~/.bashrc
1010
fi
1111

12+
node --version
13+
npm --version
14+
1215
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
1316
xvfb-run --auto-servernum --server-num=1 -s "-ac -screen 0 1280x1024x24" `which glxinfo`
1417
xvfb-run --auto-servernum --server-num=1 -s "-ac -screen 0 1280x1024x24" `which npm` test

0 commit comments

Comments
 (0)