Skip to content

Commit 660ee1e

Browse files
committed
Changed test shell name
1 parent 421253d commit 660ee1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script:
3434
- cmake -DCOVERAGE=ON -DCMAKE_BUILD_TYPE=Debug ../
3535
- make
3636
- make code_coverage
37-
- test/cpp-test
37+
- test/cpp-human_detector_tracker_teststest
3838

3939
after_success:
4040
- coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*test/.*.cpp.*" -E ".*app/main.cpp" -E ".*opencv*"

0 commit comments

Comments
 (0)