Exit on first error in the before_install script
Any errors here are really fatal.
This commit is contained in:
parent
9cb28353e7
commit
51d796b88b
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
# wxWidgets but can also be run by hand if necessary but currently it only
|
||||
# works for Ubuntu versions used by Travis builds.
|
||||
|
||||
set -e
|
||||
|
||||
SUDO=sudo
|
||||
|
||||
case $(uname -s) in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue