aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-09-19 10:49:54 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-09-19 10:49:54 -0400
commitfbd91de48bc4e5879c690a76a121d0137bfca67e (patch)
tree71e22f67553fdbd69df47e4f8ad13c450c871ed7
parentb82c0dced08ccda8c3c7f35643c3891bc45b058c (diff)
parent791d3c94ffd8fa205690c3dc0404cc46bf5c452d (diff)
downloadservo-fbd91de48bc4e5879c690a76a121d0137bfca67e.tar.gz
servo-fbd91de48bc4e5879c690a76a121d0137bfca67e.zip
Merge pull request #3393 from jdm/wptchunk2
Reenable the second wpt chunk.
-rwxr-xr-xetc/ci/travis.script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/travis.script.sh b/etc/ci/travis.script.sh
index 897aa125339..b2b286cd490 100755
--- a/etc/ci/travis.script.sh
+++ b/etc/ci/travis.script.sh
@@ -30,7 +30,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
;;
push-doc)