Skip to content

Commit

Permalink
Update coveralls phar
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Feb 14, 2018
1 parent b4b190d commit 83b1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ script:
after_success:
- |
if [[ $PHPUNIT_FLAGS != "" ]]; then
wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.0.0/php-coveralls.phar
php coveralls.phar --verbose;
fi

0 comments on commit 83b1d7c

Please sign in to comment.