Skip to content

Commit 1ecda74

Browse files
author
codeliner
committed
Fix coveralls path
1 parent 1e3ca70 commit 1ecda74

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
@@ -27,7 +27,7 @@ script:
2727
- if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/docheader check examples/ src/ tests/; fi
2828

2929
after_success:
30-
- if [[ $TEST_COVERAGE == 'true' ]]; then php vendor/bin/coveralls -v; fi
30+
- if [[ $TEST_COVERAGE == 'true' ]]; then php ./vendor/bin/coveralls -v; fi
3131

3232
notifications:
3333
webhooks:

0 commit comments

Comments
 (0)