Skip to content

Commit

Permalink
remove coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
electricjones committed Mar 25, 2015
1 parent a7bf538 commit f123148
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- php vendor/bin/phpunit -c phpunit.xml.dist
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"require-dev": {
"phpunit/phpunit": "4.4.*",
"satooshi/php-coveralls": "dev-master",
"illuminate/console": "5.*",
"illuminate/filesystem": "5.*"
},
Expand Down

0 comments on commit f123148

Please sign in to comment.