[CI] Make test errors show up as CI failures for macOS builds

This commit is contained in:
Ray Speth 2019-06-27 10:53:16 -04:00
parent 5f08b362aa
commit 409227cd05

View file

@ -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