Browse Source

update npm to 3.0.0 in travis

dep-check
Diana Shkolnikov 8 years ago
parent
commit
7c5dd5cfd7
  1. 2
      .travis.yml

2
.travis.yml

@ -22,7 +22,7 @@ addons:
packages:
- g++-4.8
before_install:
- npm i -g npm@^2.0.0
- npm i -g npm@^3.0.0
before_script:
- npm prune
after_success:

Loading…
Cancel
Save