From 791d3c94ffd8fa205690c3dc0404cc46bf5c452d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 17 Sep 2014 15:16:05 -0400 Subject: [PATCH] Reenable the second wpt chunk. --- etc/ci/travis.script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/travis.script.sh b/etc/ci/travis.script.sh index fce94992eb2..ee05a473ff5 100755 --- a/etc/ci/travis.script.sh +++ b/etc/ci/travis.script.sh @@ -51,7 +51,7 @@ for t in "${tasks[@]}"; do test-wpt1) ./mach test-wpt --processes=2 --total-chunks=2 --this-chunk=1 ;; - test-wpt1) + test-wpt2) ./mach test-wpt --processes=2 --total-chunks=2 --this-chunk=2 ;; *)