Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Removed code coverage on travis as it is currently not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Free Man committed Feb 13, 2018
1 parent 6a3f491 commit 69e0387
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ php:
before_script:
- composer install
- composer dump-autoload -o
- composer require satooshi/php-coveralls:dev-master

script: ./bin/phpunit.sh --coverage-clover ./clover.xml

after_success:
- php vendor/bin/coveralls -v --coverage_clover ./clover.xml
script: ./bin/phpunit.sh

0 comments on commit 69e0387

Please sign in to comment.