Add 'set -e' to the Travis OSX script.

This ensures that the script actually fails if the build didn't succeed.
This commit is contained in:
Ms2ger 2014-08-03 17:51:18 +02:00
parent 9cba37925a
commit 81d021c771

View file

@ -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