ci(aio): build aio-builds-setup
scripts before pre-verifying PR
(Coincidentally), this wasn't an issue before fdfeaaf1f
, because
pre-verification was run after `test.sh`, during which `aio-builds-setup` was
built.
Now that `deploy-staging.sh` is being run before `test.sh`, we need to build
the `aio-builds-setup` scripts first.
This commit is contained in:

committed by
Igor Minar

parent
bcefc61da4
commit
3065fc6cca
@ -35,13 +35,6 @@ travisFoldStart "test.unit.rebuildHack"
|
||||
travisFoldStart "test.unit.rebuildHack"
|
||||
|
||||
|
||||
if [[ ${TRAVIS} ]]; then
|
||||
travisFoldStart "test.unit.xvfb-start"
|
||||
sh -e /etc/init.d/xvfb start
|
||||
travisFoldEnd "test.unit.xvfb-start"
|
||||
fi
|
||||
|
||||
|
||||
travisFoldStart "test.unit.localChrome"
|
||||
$(npm bin)/karma start ./karma-js.conf.js --single-run --browsers=${KARMA_JS_BROWSERS}
|
||||
travisFoldEnd "test.unit.localChrome"
|
||||
|
Reference in New Issue
Block a user