Split up web-platform-tests on Travis.

This commit is contained in:
Ms2ger 2014-08-17 10:47:27 +02:00
parent 76ddacd6a5
commit 885a246635
2 changed files with 5 additions and 2 deletions

View file

@ -3,6 +3,7 @@ case $1 in
unit) make check-servo ;;
content) make check-content ;;
ref) make check-ref-cpu ;;
wpt) WPTARGS="--processes=4" make check-wpt ;;
wpt1) WPTARGS="--processes=4 --total-chunks=2 --this-chunk=1" make check-wpt ;;
wpt2) WPTARGS="--processes=4 --total-chunks=2 --this-chunk=2" make check-wpt ;;
*) echo "Task $1 not enabled for OSX"
esac