We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32840c commit 850a2d7Copy full SHA for 850a2d7
.travis.yml
@@ -42,8 +42,8 @@ jobs:
42
script:
43
- composer run-script coverage
44
after_script:
45
- - wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
46
- - php php-coveralls.phar --verbose --config tests/.coveralls.yml
+ - composer global require php-coveralls/php-coveralls ^2.1.0
+ - ~/.composer/vendor/bin/php-coveralls --verbose --config tests/.coveralls.yml
47
48
- stage: Outdated Dependencies
49
if: branch = master AND type = cron
0 commit comments