From 7a305a4275c6226f6dd4e103e8ab5b6b3be8e73c Mon Sep 17 00:00:00 2001 From: Andrea Mattavelli Date: Fri, 28 Jul 2017 08:59:04 +0100 Subject: Fixed script for STP in Travis-CI: Build now exits on errors --- .travis/stp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/stp.sh b/.travis/stp.sh index 66e3418d..e8647839 100755 --- a/.travis/stp.sh +++ b/.travis/stp.sh @@ -68,4 +68,5 @@ fi if [ $? -ne 0 ]; then echo "Build error" cat "${STP_LOG}" + exit 1 fi -- cgit 1.4.1