Skip to content

Commit 445f5e9

Browse files
committed
Print PhantomJS version in CI
1 parent 243d445 commit 445f5e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ while ! lsof -i :$port >/dev/null; do
1111
sleep .05
1212
done
1313

14+
[ -z "$CI" ] || echo "PhantomJS $(phantomjs --version)"
15+
1416
phantomjs ./test/run-qunit.js \
1517
"http://localhost:$port/?jquery=3.2" \
1618
"http://localhost:$port/?jquery=2.2" \

0 commit comments

Comments
 (0)