From e747c65f8dbb898f4fad2e500cd2fe01d87fac1c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 8 Feb 2019 12:13:07 +0100 Subject: [PATCH] make bash more strict --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index aded53b1579..8ec1d56ab77 100755 --- a/travis.sh +++ b/travis.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -euo pipefail # Determine configuration if [ "$TRAVIS_OS_NAME" == osx ]; then