Skip to content

Commit

Permalink
set install latest npm on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bySabi authored Jan 18, 2018
1 parent a335aa6 commit 3a9c290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ node_js:
- '6'
- '8'
- '9'
before_install:
- npm i -g npm@latest
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

0 comments on commit 3a9c290

Please sign in to comment.