Making travis exit on error during a certain part of the build is a good thing. Added set -e to a part of the travis script to just die on build error. Previously travis would just happily continue even if there were errors in the executed commands.
Details
Details
- Reviewers
freetrader deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING6719e4a97e10: Tweak to travis.yml to exit on error
rABC6719e4a97e10: Tweak to travis.yml to exit on error
Push a commit to github with travis enabled and see it work. If you want, push a commit with a build error to see it die right after the compile error (rather than try and run the tests anyway as was the previous behavior).
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable