Skip to content

Commit 9357cde

Browse files
committed
Merge branch 'master' into 5.5
2 parents c64ef2c + c9d47ef commit 9357cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ php:
66

77
install:
88
- composer update
9-
- composer require satooshi/php-coveralls --dev
9+
- composer require php-coveralls/php-coveralls --dev
1010

1111
script:
1212
- vendor/bin/phpunit --coverage-clover ./tests/logs/clover.xml
1313

1414
after_script:
15-
- php vendor/bin/coveralls -v
15+
- php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)