| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ canary_tests: &canary_tests | |||
| 29 | 29 | command: npm i --no-save webpack@next | |
| 30 | 30 | - run: | |
| 31 | 31 | name: Run Test. | |
| 32 | - 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 | ||
| 32 | + 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 | ||
| 33 | 33 | ||
| 34 | 34 | version: 2 | |
| 35 | 35 | jobs: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,6 +27,10 @@ environment: | |||
| 27 | 27 | build: 'off' | |
| 28 | 28 | matrix: | |
| 29 | 29 | fast_finish: true | |
| 30 | + allow_failures: | ||
| 31 | + - nodejs_version: '8' | ||
| 32 | + webpack_version: next | ||
| 33 | + job_part: test | ||
| 30 | 34 | install: | |
| 31 | 35 | - ps: Install-Product node $env:nodejs_version x64 | |
| 32 | 36 | - npm i -g npm@latest | |
| Back | FazBrowse Home | New Git URL |
0 commit comments