build: use connect web server instead of SimpleHTTPServer

Several flakes on CI have been tied to long running SimpleHTTPServer that was
put in place temporarily after the package splitup.
This commit is contained in:
Igor Minar
2016-05-24 12:33:14 -07:00
parent 16dfe3c63f
commit 2bcdec5aaf
5 changed files with 1610 additions and 1611 deletions

View File

@ -24,7 +24,7 @@ echo 'travis_fold:end:test.buildPackages'
echo 'travis_fold:start:test.e2e.localChrome'
cd dist/
python -m SimpleHTTPServer 7777 &
$(npm bin)/gulp serve &
cd ..
if [[ ${TRAVIS} ]]; then
sh -e /etc/init.d/xvfb start