Disable travis

This commit is contained in:
Lars Bergstrom 2014-09-24 11:57:26 -05:00 committed by Jack Moffitt
parent 95a4731c0e
commit 726cd91fd9
5 changed files with 23 additions and 37 deletions

View file

@ -18,6 +18,10 @@ if [[ $* == *--update-manifest* ]]; then
fi
(python -c "import wptrunner" &>/dev/null) || pip install 'wptrunner==1.0'
# Patch wptrunner to run servo in cpu mode
sed 's."--hard-fail",."--hard-fail", "-c",.' _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py > _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py.new
mv _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py.new _virtualenv/lib/python2.7/site-packages/wptrunner/executors/executorservo.py
python $servo_root/tests/wpt/run.py \
--config $servo_root/tests/wpt/config.ini \
--binary target/servo \