Skip to content

Commit

Permalink
Now gets latest npm (henryboldi#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Cash authored and greg-js committed Sep 22, 2016
1 parent 71f0b10 commit 1506c92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ addons:
sources:
- ubuntu-toolchain-r-test

before_install:
- npm install -g npm@latest

install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- npm install

script:
- npm run dev

0 comments on commit 1506c92

Please sign in to comment.