Skip to content

Commit ebfd719

Browse files
committed
fix?(ci) update node version for webpacker
1 parent c89ac91 commit ebfd719

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
@@ -57,6 +57,7 @@ matrix:
5757
- rvm: jruby-9.0.1.0
5858

5959
before_install:
60+
- nvm install 7.8.0 && nvm use 7.8.0
6061
- mkdir travis-phantomjs
6162
- 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
6263
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs

0 commit comments

Comments
 (0)