We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e3106 commit c192b71Copy full SHA for c192b71
scripts/test.sh
@@ -9,6 +9,9 @@ else
9
source ~/.bashrc
10
fi
11
12
+node --version
13
+npm --version
14
+
15
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
16
xvfb-run --auto-servernum --server-num=1 -s "-ac -screen 0 1280x1024x24" `which glxinfo`
17
xvfb-run --auto-servernum --server-num=1 -s "-ac -screen 0 1280x1024x24" `which npm` test
0 commit comments