diff --git a/.travis.yml b/.travis.yml index 35e0ea6..00bc31a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,4 @@ before_script: script: - mkdir -p build/logs - - php vendor/bin/phpunit -c phpunit.xml.dist - -after_script: - - php vendor/bin/coveralls -v \ No newline at end of file + - php vendor/bin/phpunit -c phpunit.xml.dist \ No newline at end of file diff --git a/README.md b/README.md index 125c99c..87577b6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Latest Version](https://img.shields.io/github/release/phoenix-labs/eloquent-meta.svg?style=flat-square)](https://github.com/phoenix-labs/eloquent-meta/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Build Status](https://img.shields.io/travis/phoenix-labs/eloquent-meta/master.svg?style=flat-square)](https://travis-ci.org/phoenix-labs/eloquent-meta) -[![Coverage Status](https://coveralls.io/repos/phoenix-labs/eloquent-meta/badge.svg?branch=master)](https://coveralls.io/r/phoenix-labs/eloquent-meta?branch=master) This package was originally forked from the excellent **[ScubaClick Meta](https://github.com/ScubaClick/scubaclick-meta)**. It includes a trait and model to attach meta data to [Laravel's](http://laravel.com/) [Eloquent models](http://laravel.com/docs/eloquent). The project was forked in order to add a way to set a default return for getMeta() if nothing was set. It also allows the developer to create seperate database tables for different meta types (e.g. user_meta, profile_meta, etc). diff --git a/composer.json b/composer.json index e71e98a..6552120 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,6 @@ }, "require-dev": { "phpunit/phpunit": "4.4.*", - "satooshi/php-coveralls": "dev-master", "illuminate/console": "5.*", "illuminate/filesystem": "5.*" },