From 19b30c537fac0edaae43c7393a680758832547f1 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Thu, 22 Mar 2018 18:41:51 -0400 Subject: [PATCH] ci: test only with project Angular version --- .appveyor.yml | 2 +- .travis.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index cdf37111c9..81cf5e240f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index 68a72f5b4a..f0847422d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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