Moved to scrutinizer

This commit is contained in:
Walter Dal Mut
2015-06-27 14:34:35 +02:00
parent 4924c0b116
commit 0858197b96
4 changed files with 7 additions and 10 deletions
-6
View File
@@ -1,6 +0,0 @@
languages:
PHP: true
exclude_paths:
- tests/*
- benchmarks/*
- scripts/*
+3
View File
@@ -0,0 +1,3 @@
tools:
external_code_coverage:
timeout: 600
+3 -2
View File
@@ -24,10 +24,11 @@ before_script:
- composer install --prefer-source
script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover clover.xml
after_script:
- CODECLIMATE_REPO_TOKEN=$CODECLIMATE_REPO_TOKEN vendor/bin/test-reporter
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover clover.xml
matrix:
allow_failures:
+1 -2
View File
@@ -1,8 +1,7 @@
# InfluxDB PHP SDK
[![Build Status](https://travis-ci.org/corley/influxdb-php-sdk.svg?branch=master)](https://travis-ci.org/corley/influxdb-php-sdk)
[![Code Climate](https://codeclimate.com/github/corley/influxdb-php-sdk/badges/gpa.svg)](https://codeclimate.com/github/corley/influxdb-php-sdk)
[![Test Coverage](https://codeclimate.com/github/corley/influxdb-php-sdk/badges/coverage.svg)](https://codeclimate.com/github/corley/influxdb-php-sdk/coverage)
[![Code Coverage](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/corley/influxdb-sdk/v/stable)](https://packagist.org/packages/corley/influxdb-sdk)
[![License](https://poser.pugx.org/corley/influxdb-sdk/license)](https://packagist.org/packages/corley/influxdb-sdk)