Skip to content

Commit 5f67849

Browse files
committed
feat(@ngtools/webpack): add AngularCompilerPlugin
1 parent efcb8d2 commit 5f67849

33 files changed

+1413
-949
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ 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

5151
# Optional builds.

0 commit comments

Comments
 (0)