Exit build as soon as an error is encountered.

This commit is contained in:
Leonardo Zide 2019-05-30 11:53:17 -07:00
parent 0d1af47be4
commit e0a9d7254f

View file

@ -47,6 +47,7 @@ install:
script: script:
- | - |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
set -e
source /opt/qt*/bin/qt*-env.sh source /opt/qt*/bin/qt*-env.sh
qmake PREFIX=/usr -v qmake PREFIX=/usr -v
qmake PREFIX=/usr -r qmake PREFIX=/usr -r