Skip to content

Commit

Permalink
fast-fail for Travis when upon encountering whitespace error
Browse files Browse the repository at this point in the history
[av skip]
  • Loading branch information
jakebolewski committed Jan 19, 2015
1 parent ec08493 commit c112462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ before_install:
make $BUILDOPTS -C contrib -f repackage_system_suitesparse4.make;
fi
script:
- make check-whitespace
- make check-whitespace || exit 1
- make $BUILDOPTS prefix=/tmp/julia install
- if [ `uname` = "Darwin" ]; then
for name in spqr umfpack colamd cholmod amd suitesparse_wrapper; do
Expand Down

0 comments on commit c112462

Please sign in to comment.