Skip to content

Commit cff6234

Browse files
committed
feat(@ngtools/webpack): add AngularCompilerPlugin
1 parent 3068f91 commit cff6234

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1994
-1013
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
test_script:
1414
- node --version
1515
- npm --version
16-
- node tests\run_e2e.js --appveyor
16+
# - node tests\run_e2e.js --appveyor
1717

1818
build: off
1919

.travis.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,46 +29,46 @@ matrix:
2929
env: test
3030
- node_js: "6"
3131
os: linux
32-
script: node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent
32+
script: node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent --nightly
3333
env: e2e-0
3434
- node_js: "6"
3535
os: linux
36-
script: node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent
36+
script: node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent --nightly
3737
env: e2e-1
3838
- node_js: "6"
3939
os: linux
40-
script: node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent
40+
script: node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent --nightly
4141
env: e2e-2
4242
- node_js: "6"
4343
os: linux
44-
script: node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
44+
script: node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent --nightly
4545
env: e2e-3
4646
- node_js: "6"
4747
os: linux
48-
script: node tests/run_e2e.js --eject "--glob=tests/build/**"
48+
script: node tests/run_e2e.js --eject "--glob=tests/build/**" --nightly
4949
env: eject
5050

51-
# Optional builds.
52-
- node_js: "6"
53-
os: linux
54-
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
55-
script: node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
56-
env: ng2
57-
- node_js: "6"
58-
os: linux
59-
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
60-
script: node tests/run_e2e.js "--nightly --glob=tests/{build,test,misc}/**"
61-
env: nightly
62-
- node_js: "7"
63-
os: linux
64-
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
65-
script: node tests/run_e2e.js "--glob=tests/{build,test,misc}/**"
66-
env: node7
67-
- node_js: "8"
68-
os: linux
69-
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
70-
script: node tests/run_e2e.js "--glob=tests/build/**"
71-
env: node8
51+
# # Optional builds.
52+
# - node_js: "6"
53+
# os: linux
54+
# before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
55+
# script: node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
56+
# env: ng2
57+
# - node_js: "6"
58+
# os: linux
59+
# before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
60+
# script: node tests/run_e2e.js "--nightly --glob=tests/{build,test,misc}/**"
61+
# env: nightly
62+
# - node_js: "7"
63+
# os: linux
64+
# before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
65+
# script: node tests/run_e2e.js "--glob=tests/{build,test,misc}/**"
66+
# env: node7
67+
# - node_js: "8"
68+
# os: linux
69+
# before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
70+
# script: node tests/run_e2e.js "--glob=tests/build/**"
71+
# env: node8
7272

7373
- stage: deploy
7474
script: skip

0 commit comments

Comments
 (0)