Skip to content

Commit 1ddf26e

Browse files
author
Matt Lewis
committed
More fixes
1 parent 6c1f4e0 commit 1ddf26e

File tree

4 files changed

+683
-3308
lines changed

4 files changed

+683
-3308
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node_js: 8
3434
env: WEBPACK_VERSION=canary JOB_PART=test
3535
before_install:
36-
- 'npm i -g npm@^5.0.0'
36+
- 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi'
3737
- nvm --version
3838
- node --version
3939
- npm --version

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ install:
2323
before_test:
2424
- cmd: npm install webpack@%webpack_version%
2525
test_script:
26-
- cmd: npm i -g npm@latest
2726
- node --version
2827
- npm --version
2928
- cmd: npm run appveyor:%job_part%

0 commit comments

Comments
 (0)