From 409227cd05d6870469b8345f8da07dd4d307d580 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 27 Jun 2019 10:53:16 -0400 Subject: [PATCH] [CI] Make test errors show up as CI failures for macOS builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73297f907..ffec2afc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,8 +49,8 @@ before_script: | fi rm -f cantera.conf script: | + set -e if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - set -e scons build -j2 python_cmd=/usr/bin/python3 VERBOSE=y python_package=full blas_lapack_libs=lapack,blas optimize=n coverage=y scons test scons samples