Skip to content

Commit 4080406

Browse files
committed
Fix incorrect travis path to test reporter
1 parent 11a28c8 commit 4080406

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
@@ -53,5 +53,5 @@ script:
5353
after_script:
5454
- |
5555
if [ $TASK_TESTS_COVERAGE == 1 ]; then
56-
/cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
56+
./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
5757
fi

0 commit comments

Comments
 (0)