Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Aug 3, 2014
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

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

This ensures that the script actually fails if the build didn't succeed.
  • Loading branch information
Ms2ger committed Aug 3, 2014
commit 81d021c771c6f8787affa8a66f475fd3d2795d03
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.