Skip to content

Commit 850a2d7

Browse files
committed
Autoupdate coveralls
1 parent b32840c commit 850a2d7

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
@@ -42,8 +42,8 @@ jobs:
4242
script:
4343
- composer run-script coverage
4444
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
45+
- composer global require php-coveralls/php-coveralls ^2.1.0
46+
- ~/.composer/vendor/bin/php-coveralls --verbose --config tests/.coveralls.yml
4747

4848
- stage: Outdated Dependencies
4949
if: branch = master AND type = cron

0 commit comments

Comments
 (0)