test everything again
This commit is contained in:
parent
00a1677276
commit
749aedbc37
10
.travis.yml
10
.travis.yml
|
|
@ -12,11 +12,11 @@ before_script:
|
|||
script:
|
||||
- npm run-script travis
|
||||
- node ./bin/sitespeed.js -u http://www.sitespeed.io -b firefox -n 1 -d 0 --btConfig {\"proxySleepBeforeStart\":\"8000\"}
|
||||
#- node ./bin/sitespeed.js --sites test/sites.txt -n 1
|
||||
#- node ./bin/sitespeed.js -f test/sites.txt -n 1
|
||||
- node --max-old-space-size=1700 ./bin/sitespeed.js -u http://www.sitespeed.io -b firefox -n 1 --noYslow -d 0 --btConfig {\"proxySleepBeforeStart\":\"8000\"}
|
||||
#- node ./bin/sitespeed.js -u http://www.sitespeed.io -n 2 -d 0 --gpsiKey $GKEY --wptKey $WPTKEY --wptUrl www.webpagetest.org --wptLocation Dulles:Chrome
|
||||
#- node ./bin/sitespeed.js -u http://127.0.0.1:8009/test/server/www/ -d 0 --junit
|
||||
- node ./bin/sitespeed.js --sites test/sites.txt -n 1
|
||||
- node ./bin/sitespeed.js -f test/sites.txt -n 1
|
||||
- node ./bin/sitespeed.js -u http://www.sitespeed.io -b firefox -n 1 --noYslow -d 0 --btConfig {\"proxySleepBeforeStart\":\"8000\"}
|
||||
- node ./bin/sitespeed.js -u http://www.sitespeed.io -n 2 -d 0 --gpsiKey $GKEY --wptKey $WPTKEY --wptUrl www.webpagetest.org --wptLocation Dulles:Chrome
|
||||
- node ./bin/sitespeed.js -u http://127.0.0.1:8009/test/server/www/ -d 0 --junit
|
||||
after_script:
|
||||
- kill `ps aux | grep "python -m SimpleHTTPServer" | grep -v grep | awk '{print $2}'`
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue