Merge pull request #2992 from Ms2ger/set-e-osx

Add 'set -e' to the Travis OSX script; r=Manishearth
This commit is contained in:
Ms2ger 2014-08-03 19:21:50 +02:00
commit 05f62f7cf0

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