mirror of https://github.com/webpack/webpack.git
install npm@^2 on node 0.10
This commit is contained in:
parent
fa2ffb3df8
commit
3c7b13f021
|
|
@ -12,7 +12,7 @@ env:
|
|||
- NO_WATCH_TESTS=1
|
||||
|
||||
before_install:
|
||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm'
|
||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm@^2'
|
||||
|
||||
before_script:
|
||||
- npm link
|
||||
|
|
|
|||
Loading…
Reference in New Issue