From c9af76a315fe0a66669b0e3a5ff18d91a7ae13be Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 24 Sep 2018 19:21:31 +0200 Subject: [PATCH] Revert "Travis: Temporarily ignore test failures" This reverts commit b612171e79b15d022903f0a5eaa55f644f287652. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73f9cdb..33bf00d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: name: clang & test script: - make BUILDS="$(echo $(grep -v cufft .kcf_builds))" - - "ninja test || :" + - ninja test after_script: find vot2016 -name output.txt -o -name core -print0 | xargs -0 rm -f addons: apt: { sources: *common_sources, packages: [*common_packages, unzip] } -- 2.39.2