Skip to content

Commit

Permalink
Merge pull request #2715 from mgol/patch-1
Browse files Browse the repository at this point in the history
chore(travis): only update npm in Node<5 and only to npm@3
  • Loading branch information
dignifiedquire authored May 28, 2017
2 parents 2a847c2 + 357d7c0 commit a28b4d2
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 @@ -21,7 +21,7 @@ matrix:
before_install:
- npm config set loglevel warn
- g++-4.8 --version
- npm install -g npm
- if [[ "`node --version`" = v0* ]] || [[ "`node --version`" = v4* ]]; then npm install -g npm@latest-3; fi

addons:
firefox:
Expand Down

0 comments on commit a28b4d2

Please sign in to comment.