aboutsummaryrefslogtreecommitdiffstats
path: root/travis.osx.script.sh
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-08-17 10:47:27 +0200
committerMs2ger <ms2ger@gmail.com>2014-08-27 16:24:12 +0200
commit885a2466357e84c342303afa2d039e944ba73034 (patch)
tree66920183954e559785b7c996e4f1dad63547ed8f /travis.osx.script.sh
parent76ddacd6a5be4bd62457fc6b75cdd47bffa90e1e (diff)
downloadservo-885a2466357e84c342303afa2d039e944ba73034.tar.gz
servo-885a2466357e84c342303afa2d039e944ba73034.zip
Split up web-platform-tests on Travis.
Diffstat (limited to 'travis.osx.script.sh')
-rwxr-xr-xtravis.osx.script.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/travis.osx.script.sh b/travis.osx.script.sh
index 66ec0639979..ca1a6fb24c1 100755
--- a/travis.osx.script.sh
+++ b/travis.osx.script.sh
@@ -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