Skip to content

Commit

Permalink
Adding scrutinizer configuration.
Browse files Browse the repository at this point in the history
wtfzdotnet committed Jan 26, 2014
1 parent cb91d59 commit 07d0f30
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
imports:
- php

tools:
php_code_coverage: true

before_commands:
- "composer install --prefer-source"

filter:
paths: [lib/*]
excluded_paths: [bin/*, examples/*, vendor/*, lib/Tmdb/Model/*.php]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ Inspired by [php-github-api](https://github.com/KnpLabs/php-github-api) and [php

** WARNING, The model namespace is not ready for production yet, however the API namespace should be stabilizing by now so feel free to try it out. **

[![Build Status Develop Branch](https://travis-ci.org/wtfzdotnet/php-tmdb-api.png?branch=develop)](https://travis-ci.org/wtfzdotnet/php-tmdb-api)

Work in progress
----------------

0 comments on commit 07d0f30

Please sign in to comment.