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 c89ac91 commit ebfd719Copy full SHA for ebfd719
.travis.yml
@@ -57,6 +57,7 @@ matrix:
57
- rvm: jruby-9.0.1.0
58
59
before_install:
60
+ - nvm install 7.8.0 && nvm use 7.8.0
61
- mkdir travis-phantomjs
62
- wget https://rmosolgo.github.io/assets/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
63
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
0 commit comments