mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Show Node version if EXECJS_RUNTIME is Node
This commit is contained in:
parent
ff3f0fd993
commit
6ea077389e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ sudo: false
|
|||
before_install:
|
||||
- if [ "$EXECJS_RUNTIME" == "V8" ]; then brew update; fi
|
||||
- if [ "$EXECJS_RUNTIME" == "V8" ]; then brew install v8; fi
|
||||
- if [ "$EXECJS_RUNTIME" == "Node" ]; then node --version; fi
|
||||
- if [ "$EXECJS_RUNTIME" == "MiniRacer" ]; then gem install bundler -v 1.12.0; fi
|
||||
script: bundle && bundle exec ruby test/test_execjs.rb
|
||||
|
||||
|
|
Loading…
Reference in a new issue