1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

[Travis] Don't build tests when make fails

This commit is contained in:
nowrep 2014-02-10 12:14:45 +01:00
parent 6ab92b39bc
commit df9703f4a3

View File

@ -19,5 +19,5 @@ script:
- QMAKE="qmake"
- if [[ "$QT" == "qt5" ]]; then QMAKE="/opt/qt51/bin/qmake"; fi
- $QMAKE QMAKE_CXXFLAGS+="-Wextra -Werror"
- make
- make || exit 1
- cd scripts && ./run_tests.sh $QMAKE