Skip to content

Commit

Permalink
Use npm 4.x on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Jan 17, 2017
1 parent a6191cf commit e997eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install -g npm@3
- npm install -g npm@4
- npm install
node_js:
- 6
Expand Down

0 comments on commit e997eed

Please sign in to comment.