diff options
-rwxr-xr-x | etc/ci/travis.script.sh | 2 |
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) |