Skip to content

Commit 4755548

Browse files
committed
php-coveralls path fixed
1 parent 7ce6d6c commit 4755548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ before_script:
1010
script:
1111
- vendor/bin/codecept run unit --coverage --coverage-xml
1212
after_script:
13-
- if [ $TRAVIS_PHP_VERSION = '7.1' ]; then php vendor/bin/coveralls; fi
13+
- if [ $TRAVIS_PHP_VERSION = '7.1' ]; then php vendor/bin/php-coveralls; fi
1414
after_success:
15-
- travis_retry php vendor/bin/coveralls -v
15+
- travis_retry php vendor/bin/php-coveralls -v
1616
- vendor/bin/test-reporter
1717
env:
1818
global:

0 commit comments

Comments
 (0)