From 8899117e7e6a71fe7aecefe0175e84e3a51cdc06 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Wed, 20 May 2020 08:20:52 +0300 Subject: [PATCH] .travis.yml: Make Travis script fail early Such as, no need to run tests if build failed. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index df80bc9..ff73371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,7 @@ before_script: - cd .. script: + - set -e - mkdir build - cd build - cmake -DOPENSSL_ROOT_DIR=${PREFIX} -DOPENSSL_LIBRARIES=${PREFIX}/lib -DOPENSSL_ENGINES_DIR=${PREFIX}/engines ${ASAN} .. -- 2.39.2