aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2014-09-17 15:16:05 -0400
committerJosh Matthews <josh@joshmatthews.net>2014-09-17 15:16:05 -0400
commit791d3c94ffd8fa205690c3dc0404cc46bf5c452d (patch)
treee3bf354bf45dd31f820f771b041aa7bb1cb70c80
parent61642d64b5c06f30fd68961e5ffd21a35dacbc4c (diff)
downloadservo-791d3c94ffd8fa205690c3dc0404cc46bf5c452d.tar.gz
servo-791d3c94ffd8fa205690c3dc0404cc46bf5c452d.zip
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 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
;;
*)