mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix appveyor build (#1558)
This patch: - starts using '&&' instead of '&' so that any failed commands results in build failure - removes test-node6-transformer step from the node6 target
This commit is contained in:
parent
e6725e15af
commit
11d94525c8
@ -9,11 +9,10 @@ install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- yarn install
|
||||
- if "%nodejs_version%" == "7" (
|
||||
yarn run lint &
|
||||
yarn run coverage &
|
||||
yarn run lint &&
|
||||
yarn run coverage &&
|
||||
yarn run test-doclint
|
||||
) else (
|
||||
yarn run test-node6-transformer &
|
||||
yarn run build &
|
||||
yarn run unit-node6
|
||||
yarn run build &&
|
||||
yarn run unit-node6
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user