Skip to content

Commit

Permalink
Hack for broken npm@5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeti-or committed Sep 27, 2017
1 parent bf5d6ac commit 89ab325
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -23,3 +23,8 @@ env:
script:
- test $TRAVIS_NODE_VERSION == "0.10" || npm run lint
- npm run test-travis
before_install:
- if [ `npm -v` = "5.3.0" ]; then
npm install -g npm@^5.4.2;
npm -v;
fi

0 comments on commit 89ab325

Please sign in to comment.