Exit on first error in the before_install script

Any errors here are really fatal.
This commit is contained in:
Vadim Zeitlin
2021-03-23 12:41:31 +01:00
parent 9cb28353e7
commit 51d796b88b

View File

@@ -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