Skip to content

Commit

Permalink
Trying to get npm3 working
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto committed Oct 25, 2016
1 parent 4c37de5 commit 7e644ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ script: npm run travis
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
before_script:
- npm install -g npm@3 && npm install
- npm install -g npm && npm install
branches:
only:
- master

0 comments on commit 7e644ca

Please sign in to comment.