Skip to content

Commit

Permalink
Merge pull request #2992 from Ms2ger/set-e-osx
Browse files Browse the repository at this point in the history
Add 'set -e' to the Travis OSX script; r=Manishearth
  • Loading branch information
Ms2ger committed Aug 3, 2014
2 parents 405ee65 + 81d021c commit 05f62f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion travis.osx.script.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 05f62f7

Please sign in to comment.