diff --git a/travis.osx.script.sh b/travis.osx.script.sh index 2fafa61bcf4..f7d9953f6b7 100755 --- a/travis.osx.script.sh +++ b/travis.osx.script.sh @@ -1,4 +1,9 @@ +set -e cd build ../configure -make tidy && make -j2 && make check-servo && make check-content && make check-ref-cpu +make tidy +make -j2 +make check-servo +make check-content +make check-ref-cpu WPTARGS="--processes=4" make check-wpt