Exit on first error in the before_install script
Any errors here are really fatal.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user