]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
Revert "Travis: Temporarily ignore test failures"
authorMichal Sojka <michal.sojka@cvut.cz>
Mon, 24 Sep 2018 17:21:31 +0000 (19:21 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Mon, 24 Sep 2018 17:21:31 +0000 (19:21 +0200)
This reverts commit b612171e79b15d022903f0a5eaa55f644f287652.

.travis.yml

index 73f9cdb22efdb486fbecdcce784416ab64749134..33bf00dc177258f60b5cc942f1da3cc389a68813 100644 (file)
@@ -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] }