File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
vendor
2
2
composer.lock
3
- build
3
+ build
4
+
Original file line number Diff line number Diff line change
1
+ language : php
2
+ php :
3
+ - " 5.6"
4
+ - " 7.0"
5
+ - " hhvm"
6
+
7
+ before_script :
8
+ - curl -sS https://getcomposer.org/installer | php -- --filename=composer
9
+ - chmod +x composer
10
+ - composer install
11
+
12
+ script :
13
+ - php vendor/bin/phpunit --coverage-text
14
+
15
+ matrix :
16
+ allow_failures :
17
+ - php : " hhvm"
18
+ branches :
19
+ only :
20
+ - master
21
+
Original file line number Diff line number Diff line change 1
1
# PSR7 HTTP APIs Problem Response
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/nilportugues/php-api-problems.svg?branch=master )] ( https://travis-ci.org/nilportugues/php-api-problems )
4
+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/nilportugues/php-api-problems/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/nilportugues/php-api-problems/?branch=master ) [ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/246f4e3d-4574-4dbb-82e5-00b0008bb11e/mini.png? )] ( https://insight.sensiolabs.com/projects/246f4e3d-4574-4dbb-82e5-00b0008bb11e )
5
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/nilportugues/api-problems/v/stable )] ( https://packagist.org/packages/nilportugues/api-problems )
6
+ [ ![ Total Downloads] ( https://poser.pugx.org/nilportugues/api-problems/downloads )] ( https://packagist.org/packages/nilportugues/api-problems )
7
+ [ ![ License] ( https://poser.pugx.org/nilportugues/api-problems/license )] ( https://packagist.org/packages/nilportugues/api-problems )
3
8
[ ![ Donate] ( https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif )] ( https://paypal.me/nilportugues )
4
9
5
10
PSR7 Response implementation for the [ Problem Details for HTTP APIs] ( http://tools.ietf.org/html/draft-nottingham-http-problem-07 ) specification draft.
You can’t perform that action at this time.
0 commit comments