diff --git a/templates/.circleci/config.yml b/templates/.circleci/config.yml index 9415581..2671e54 100644 --- a/templates/.circleci/config.yml +++ b/templates/.circleci/config.yml @@ -29,7 +29,7 @@ canary_tests: &canary_tests command: npm i --no-save webpack@next - run: name: Run Test. - command: if [[ $(compver --name webpack --gte next --lt latest) < 1 ]] ; then printf "Next is older than Latest - Skipping Canary Suite"; else npm run ci:test; fi + command: if [[ $(compver --name webpack --gte next --lt latest) < 1 ]] ; then printf "Next is older than Latest - Skipping Canary Suite"; else npm run ci:test || true; fi version: 2 jobs: diff --git a/templates/appveyor.yml b/templates/appveyor.yml index 27b635c..18caa03 100644 --- a/templates/appveyor.yml +++ b/templates/appveyor.yml @@ -27,6 +27,10 @@ environment: build: 'off' matrix: fast_finish: true + allow_failures: + - nodejs_version: '8' + webpack_version: next + job_part: test install: - ps: Install-Product node $env:nodejs_version x64 - npm i -g npm@latest