From fc1bd0fb37a08a6f1bba4994733ce3a7b2b4f428 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 11 Oct 2019 13:11:30 +0200 Subject: [PATCH] Don't try to run tests after build failure. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 544b719956..f70cbd4750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,13 +59,9 @@ jobs: - cmake -G "MinGW Makefiles" -Denable_lua=OFF -Denable_documentation=OFF -Denable_java=ON -Denable_smpi=OFF -Denable_mallocators=OFF -Denable_lto=OFF . - df -h - du -hs /tmp || true - - mingw32-make.exe VERBOSE=1 java-all - - df -h - - du -hs /tmp || true - - ctest --output-on-failure -R java + - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java - df -h - du -hc /tmp || true -# - mingw32-make.exe VERBOSE=1 java-all && ctest --output-on-failure -R java - os: osx osx_image: xcode11 script: -- 2.20.1