Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
santigarcor committed Jun 22, 2017
1 parent 1905e76 commit cbf0528
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ install:
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-lowest --prefer-stable; fi

script: vendor/bin/phpunit

after_success:
- travis_retry php vendor/bin/coveralls
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Build Status](https://travis-ci.org/santigarcor/laratrust.svg?branch=master)](https://travis-ci.org/santigarcor/laratrust)
[![Latest Stable Version](https://poser.pugx.org/santigarcor/laratrust/v/stable)](https://packagist.org/packages/santigarcor/laratrust)
[![Total Downloads](https://poser.pugx.org/santigarcor/laratrust/downloads)](https://packagist.org/packages/santigarcor/laratrust)
[![Coverage Status](https://coveralls.io/repos/github/santigarcor/laratrust/badge.svg)](https://coveralls.io/github/santigarcor/laratrust)
[![StyleCI](https://styleci.io/repos/59691202/shield)](https://styleci.io/repos/59691202)
[![License](https://poser.pugx.org/santigarcor/laratrust/license)](https://packagist.org/packages/santigarcor/laratrust)

Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"require-dev": {
"illuminate/database": "~5.1",
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "~4.1",
"satooshi/php-coveralls": "^1.0"
"phpunit/phpunit": "~4.1"
},
"autoload": {
"classmap": [
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit cbf0528

Please sign in to comment.