diff --git a/ci/travis-continuous.sh b/ci/travis-continuous.sh index eccb6743e..e0bbf1351 100755 --- a/ci/travis-continuous.sh +++ b/ci/travis-continuous.sh @@ -51,4 +51,6 @@ df -h echo "# Install results" install_debugging "$DESTDIR" -$result # Result of make install, above +$result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above + +make test