]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - .travis.yml
Add automated testing of tracking accuracy
[hercules2020/kcf.git] / .travis.yml
index a63636cffc3941c1b40d4653656d2c41b33c6046..4d3a00d1f1e871d8c61268a5e7a2c057a1696ea8 100644 (file)
@@ -40,7 +40,7 @@ matrix:
       name: clang & test
       script:
         - make BUILDS="$(echo $(grep -v cufft .kcf_builds))"
-        - ninja test | ./wvtool -w120 --color -v format
+        - 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] }