From ced62fe5104b907b6c16cb7e575c17b2e62ceddd Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 7 Aug 2019 09:01:59 +0930 Subject: [PATCH] travis: make sure checks exit non-zero if they fail --- .travis/run-parts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/run-parts b/.travis/run-parts index f096f156..ae0f6074 100755 --- a/.travis/run-parts +++ b/.travis/run-parts @@ -1,5 +1,7 @@ #!/bin/bash +set -e + if [ $# -ne 1 ]; then echo "run-parts " exit 1