Skip to content

Commit d5787ed

Browse files
joshwiensmichael-ciniawsky
authored andcommitted
ci(circle): test webpack >= 4.0.0
1 parent 67c57db commit d5787ed

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

appveyor.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@ environment:
1111
- nodejs_version: '6'
1212
webpack_version: latest
1313
job_part: test
14-
- nodejs_version: '4.3'
15-
webpack_version: latest
14+
- nodejs_version: '8'
15+
webpack_version: 4.0.0-alpha.0
1616
job_part: test
1717
build: 'off'
1818
matrix:
1919
fast_finish: true
2020
install:
21-
- 'ps: Install-Product node $env:nodejs_version x64'
21+
- ps: Install-Product node $env:nodejs_version x64
22+
- npm i -g npm@latest
2223
- npm install
2324
before_test:
24-
- 'cmd: npm install webpack@%webpack_version%'
25+
- cmd: npm install webpack@%webpack_version%
2526
test_script:
2627
- node --version
2728
- npm --version
28-
- 'cmd: npm run appveyor:%job_part%'
29+
- cmd: npm run appveyor:%job_part%

test/__snapshots__/Errors.test.js.snap

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)