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 ff3f0fd commit 35b612cCopy full SHA for 35b612c
.travis.yml
@@ -6,6 +6,7 @@ sudo: false
6
before_install:
7
- if [ "$EXECJS_RUNTIME" == "V8" ]; then brew update; fi
8
- if [ "$EXECJS_RUNTIME" == "V8" ]; then brew install v8; fi
9
+ - if [ "$EXECJS_RUNTIME" == "Node" ]; then node --version; fi
10
- if [ "$EXECJS_RUNTIME" == "MiniRacer" ]; then gem install bundler -v 1.12.0; fi
11
script: bundle && bundle exec ruby test/test_execjs.rb
12
0 commit comments