ci(aio): test the example e2e files using local build of Angular

This commit is contained in:
Peter Bacon Darwin
2017-07-20 21:19:01 +01:00
committed by Alex Rickabaugh
parent c383048259
commit a085223331
2 changed files with 6 additions and 2 deletions

View File

@ -13,6 +13,6 @@ source ${thisDir}/_travis-fold.sh
# Run example e2e tests
travisFoldStart "test.aio.example-e2e"
yarn example-e2e -- --setup --shard=${AIO_SHARD}/2
yarn example-e2e -- --setup --local --shard=${AIO_SHARD}/2
travisFoldEnd "test.aio.example-e2e"
)