build(aio): remove redundant flags from cli commands (#23234)

PR Close #23234
This commit is contained in:
George Kalpakas
2018-04-13 21:21:17 +03:00
committed by Jason Aden
parent ed495bc9f1
commit c3c513ed9e
2 changed files with 4 additions and 6 deletions

View File

@ -27,14 +27,13 @@ source ${thisDir}/_travis-fold.sh
# Run unit tests
travisFoldStart "test.aio.unit"
yarn test --single-run
yarn test
travisFoldEnd "test.aio.unit"
# Run e2e tests
travisFoldStart "test.aio.e2e"
# Use `production` mode to catch issues introduced by build optimizations.
yarn e2e-prod
yarn e2e
travisFoldEnd "test.aio.e2e"
# Run unit tests for Firebase redirects