File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ matrix:
10
10
11
11
before_script :
12
12
- composer self-update
13
- - composer install --dev -- prefer-dist --no-interaction
13
+ - composer install --prefer-dist --no-interaction
14
14
15
- script : phpunit --coverage-text
15
+ script : phpunit --coverage-clover build/logs/clover.xml
16
+
17
+ script : CODECLIMATE_REPO_TOKEN=a8b5ee59cd6658ea5710614ec4285cdc81084aeee33f531bd30d1e317c88257c ./vendor/bin/test-reporter
Original file line number Diff line number Diff line change 1
1
# Dialect
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/darrylkuhn/dialect.svg?branch=master )] ( https://travis-ci.org/darrylkuhn/dialect )
3
+ [ ![ Build Status] ( https://travis-ci.org/darrylkuhn/dialect.svg?branch=master )] ( https://travis-ci.org/darrylkuhn/dialect ) [ ![ Code Climate ] ( https://codeclimate.com/github/darrylkuhn/dialect/badges/gpa.svg )] ( https://codeclimate.com/github/darrylkuhn/dialect ) [ ![ Test Coverage ] ( https://codeclimate.com/github/darrylkuhn/dialect/badges/coverage.svg )] ( https://codeclimate.com/github/darrylkuhn/dialect )
4
4
5
5
Dialect provides JSON datatype support for the [ Eloquent ORM] ( http://laravel.com/docs/eloquent ) .
6
6
Original file line number Diff line number Diff line change 17
17
"require-dev" : {
18
18
"phpunit/phpunit" : " ~4.0" ,
19
19
"illuminate/database" : " ~4.0|5.0.*@dev" ,
20
- "symfony/process" : " ~2.3"
20
+ "symfony/process" : " ~2.3" ,
21
+ "codeclimate/php-test-reporter" : " dev-master"
21
22
},
22
23
"autoload" : {
23
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments