Skip to content

Commit

Permalink
ci: test on node@11 on windows (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Nov 27, 2018
1 parent e081b42 commit 21254c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Expand Up @@ -10,7 +10,7 @@ cache:
environment:
matrix:
- nodejs_version: '11'
webpack_version: next
webpack_version: latest
job_part: test
- nodejs_version: '10'
webpack_version: latest
Expand All @@ -21,6 +21,9 @@ environment:
- nodejs_version: '6'
webpack_version: latest
job_part: test
- nodejs_version: '6'
webpack_version: latest
job_part: next
build: 'off'
matrix:
fast_finish: true
Expand All @@ -36,4 +39,4 @@ test_script:
- node --version
- npm --version
- cmd: FOR /F %%I in ('compver --name webpack --gte %webpack_version% --lt latest') do SET COMPARED_VERSION_RESULT=%%I
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:%job_part%) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")
- cmd: IF %COMPARED_VERSION_RESULT% NEQ -1 (npm run ci:test) ELSE (ECHO "Next is older than Latest - Skipping Canary Suite")

0 comments on commit 21254c8

Please sign in to comment.