mirror of https://github.com/webpack/webpack.git
Don't be clever with the set command because idk windows
This commit is contained in:
parent
148016e120
commit
0b6ad2afdd
|
|
@ -27,7 +27,8 @@ matrix:
|
|||
test_script:
|
||||
- node --version
|
||||
- yarn --version
|
||||
- cmd: set JEST_SILENT_REPORTER_DOTS=1 & JEST=--maxWorkers=2 --cacheDirectory .jest-cache --reporters=jest-silent-reporter
|
||||
- cmd: set JEST_SILENT_REPORTER_DOTS=1
|
||||
- cmd: set JEST=--maxWorkers=2 --cacheDirectory .jest-cache --reporters=jest-silent-reporter
|
||||
- cmd: yarn appveyor:integration
|
||||
- cmd: yarn istanbul report --report lcovonly
|
||||
- cmd: yarn unlink webpack
|
||||
|
|
|
|||
Loading…
Reference in New Issue