Fix path to script in test case.

This commit is contained in:
Tobias Lidskog 2015-01-19 22:19:51 +01:00
parent 8ae36aba57
commit ff79ebadce
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ script:
- node ./bin/sitespeed.js -u http://www.sitespeed.io -n 2 -d 0 --gpsiKey $GKEY --wptKey $WPTKEY --wptHost www.webpagetest.org
- node ./bin/sitespeed.js -u http://127.0.0.1:8009/test/server/www/ -d 0 --junit
- node ./bin/sitespeed.js -u http://www.sitespeed.io -b phantomjs -n 1 --slimerjs -m 2
- node ./bin/sitespeed.io -u http://www.sitespeed.io -d 0 --noYslow
- node ./bin/sitespeed.js -u http://www.sitespeed.io -d 0 --noYslow
after_script:
- kill `ps aux | grep "python -m SimpleHTTPServer" | grep -v grep | awk '{print $2}'`
env: