Skip to content

Commit 35b612c

Browse files
committed
Show Node version if EXECJS_RUNTIME is Node
1 parent ff3f0fd commit 35b612c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sudo: false
66
before_install:
77
- if [ "$EXECJS_RUNTIME" == "V8" ]; then brew update; fi
88
- if [ "$EXECJS_RUNTIME" == "V8" ]; then brew install v8; fi
9+
- if [ "$EXECJS_RUNTIME" == "Node" ]; then node --version; fi
910
- if [ "$EXECJS_RUNTIME" == "MiniRacer" ]; then gem install bundler -v 1.12.0; fi
1011
script: bundle && bundle exec ruby test/test_execjs.rb
1112

0 commit comments

Comments
 (0)