diff --git a/.travis/build-ubuntu_14_04.sh b/.travis/build-ubuntu_14_04.sh index 606297ebc..30f6a2f94 100755 --- a/.travis/build-ubuntu_14_04.sh +++ b/.travis/build-ubuntu_14_04.sh @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# stop as soon as one of steps will fail +set -e -o pipefail # Qt 5.3, since that's the lowest supported version sudo add-apt-repository -y ppa:beineri/opt-qt532-trusty