Skip to content

Commit 18b6ed2

Browse files
committed
Fix wrong path in .travis.yml file
1 parent cd15bc3 commit 18b6ed2

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
@@ -17,7 +17,7 @@ install:
1717
script:
1818
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1919
after_success:
20-
- bin/test-reporter
20+
- ./vendor/bin/test-reporter
2121
notifications:
2222
email: false
2323
addons:

0 commit comments

Comments
 (0)