We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce6d6c commit 4755548Copy full SHA for 4755548
1 file changed
.travis.yml
@@ -10,9 +10,9 @@ before_script:
10
script:
11
- vendor/bin/codecept run unit --coverage --coverage-xml
12
after_script:
13
- - if [ $TRAVIS_PHP_VERSION = '7.1' ]; then php vendor/bin/coveralls; fi
+ - if [ $TRAVIS_PHP_VERSION = '7.1' ]; then php vendor/bin/php-coveralls; fi
14
after_success:
15
- - travis_retry php vendor/bin/coveralls -v
+ - travis_retry php vendor/bin/php-coveralls -v
16
- vendor/bin/test-reporter
17
env:
18
global:
0 commit comments