From 11a42ddab8c761ca88124ff1ab9d36ccd5ba2a83 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 29 Jun 2026 14:32:42 -0700 Subject: [PATCH] early exit --- travis/check_64_to_32.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/check_64_to_32.sh b/travis/check_64_to_32.sh index 3e3aa0e122..771b4db570 100755 --- a/travis/check_64_to_32.sh +++ b/travis/check_64_to_32.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -eo pipefail sudo apt-get install -y mpich libmpich-dev export NWCHEM_TOP=`pwd` export USE_MPI=1