Skip to content

Commit 2522559

Browse files
committedApr 29, 2015
Keep track of node/phantomjs versions in travis
1 parent e8c20dd commit 2522559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ matrix:
4242

4343

4444
before_install:
45+
# Keep track of which version of node and phantomjs we're running the specs against
46+
- node -v
47+
- phantomjs -v
4548
- git submodule update --init
4649

4750
script:

0 commit comments

Comments
 (0)
Please sign in to comment.