Skip to content

Commit 3ca1bb0

Browse files
authored
Fixed coveralls
1 parent fa22996 commit 3ca1bb0

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
@@ -43,7 +43,7 @@ jobs:
4343
- composer run-script coverage
4444
after_script:
4545
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar
46-
- php coveralls.phar --verbose --config tests/.coveralls.yml
46+
- php php-coveralls.phar --verbose --config tests/.coveralls.yml
4747

4848
- stage: Phpstan
4949
php: 7.2

0 commit comments

Comments
 (0)