HomePhabricator

Tweak to travis.yml to exit on error
6719e4a97e10Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Tweak to travis.yml to exit on error

Summary: 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.

Test Plan: 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).

Reviewers: freetrader, deadalnix, #bitcoin_abc

Reviewed By: freetrader, #bitcoin_abc

Differential Revision: https://reviews.bitcoinabc.org/D492

Details

Provenance
CCulianuAuthored on Aug 26 2017, 19:34
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Reviewer
Restricted Project
Differential Revision
D492: Tweak to travis.yml to exit on error
Parents
rSTAGING333cd5b0cf4d: fixed travis build warning/error related to rename of package from bitcoin ->…
Branches
Unknown
Tags
Unknown