Skip to content

Commit

Permalink
Use Code Climate for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Sep 6, 2015
1 parent 57467c6 commit 9a15abb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 27 deletions.
23 changes: 0 additions & 23 deletions .scrutinizer.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ install:

script:
- vendor/bin/phpspec run --verbose --format=dot
- vendor/bin/phpunit --verbose
- vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml

after_script:
- vendor/bin/test-reporter

matrix:
allow_failures:
- php: 7.0

addons:
code_climate:
repo_token: $CODE_CLIMATE_TOKEN
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to Lock will be documented in this file. This file follows the *[Keep a CHANGELOG](http://keepachangelog.com/)* standards.

## 0.1.1 - Unreleased

### Changed

- Switched from Scrutinizer to Code Climate for analysis

## 0.1.0 - 2014-12-17

### Changed
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1"
"phpspec/phpspec": "~2.1",
"codeclimate/php-test-reporter": "^0.1.2"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Lock - Acl for PHP 5.4+

[![Build Status](https://img.shields.io/travis/BeatSwitch/lock/master.svg?style=flat-square)](https://travis-ci.org/BeatSwitch/lock)
[![Quality Score](https://img.shields.io/scrutinizer/g/BeatSwitch/lock.svg?style=flat-square)](https://scrutinizer-ci.com/g/BeatSwitch/lock)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/BeatSwitch/lock.svg?style=flat-square)](https://scrutinizer-ci.com/g/BeatSwitch/lock)
[![Code Climate](https://codeclimate.com/github/BeatSwitch/lock/badges/gpa.svg)](https://codeclimate.com/github/BeatSwitch/lock)
[![Test Coverage](https://codeclimate.com/github/BeatSwitch/lock/badges/coverage.svg)](https://codeclimate.com/github/BeatSwitch/lock/coverage)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](license.md)
[![Packagist Version](https://img.shields.io/packagist/v/beatswitch/lock.svg?style=flat-square)](https://packagist.org/packages/beatswitch/lock)
[![Total Downloads](https://img.shields.io/packagist/dt/beatswitch/lock.svg?style=flat-square)](https://packagist.org/packages/beatswitch/lock)
Expand Down

0 comments on commit 9a15abb

Please sign in to comment.