mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
ci: test only with project Angular version
This commit is contained in:
parent
7d04c9ca12
commit
19b30c537f
@ -16,7 +16,7 @@ test_script:
|
||||
- npm --version
|
||||
- npm run test:packages
|
||||
- npm run test:cli
|
||||
- node tests\run_e2e.js --appveyor --ng-version="6.0.0-rc.0" "--glob=tests/{basic,commands,generate,build/styles}/**"
|
||||
- node tests\run_e2e.js --appveyor "--glob=tests/{basic,commands,generate,build/styles}/**"
|
||||
|
||||
build: off
|
||||
|
||||
|
@ -36,19 +36,19 @@ matrix:
|
||||
env: test
|
||||
- node_js: "8"
|
||||
os: linux
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent --ng-version="6.0.0-rc.0"
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent
|
||||
env: e2e-0
|
||||
- node_js: "8"
|
||||
os: linux
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent --ng-version="6.0.0-rc.0"
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent
|
||||
env: e2e-1
|
||||
- node_js: "8"
|
||||
os: linux
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent --ng-version="6.0.0-rc.0"
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent
|
||||
env: e2e-2
|
||||
- node_js: "8"
|
||||
os: linux
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent --ng-version="6.0.0-rc.0"
|
||||
script: node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
|
||||
env: e2e-3
|
||||
- node_js: "8"
|
||||
os: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user