diff --git a/common/travis/build.sh b/common/travis/build.sh index cc751201e41..95e67fb11c5 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -7,6 +7,7 @@ if [ "$1" != x86_64 ]; then fi for pkg in $(cat /tmp/templates); do - ./xbps-src $arch -C pkg "$pkg" || exit 1 + ./xbps-src $arch -C pkg "$pkg" + [ $? -eq 1 ] && exit 1 done