ci(aio): move e2e tests to non-optional job

This essentially reverts #20178, since the flakes should be gone after
pinning ChromeDriver and Chrome versions to 2.32 and 59 respectively.
This commit is contained in:
George Kalpakas
2017-11-15 13:30:39 +02:00
committed by Alex Rickabaugh
parent 71236737ab
commit 49c45f336e
5 changed files with 8 additions and 27 deletions

View File

@ -31,6 +31,12 @@ source ${thisDir}/_travis-fold.sh
travisFoldEnd "test.aio.unit"
# Run e2e tests
travisFoldStart "test.aio.e2e"
yarn e2e
travisFoldEnd "test.aio.e2e"
# Run unit tests for aio/aio-builds-setup
travisFoldStart "test.aio.aio-builds-setup"
./aio-builds-setup/scripts/test.sh