Added badges and TravisCI config
This commit is contained in:
parent
0d5e00b8fd
commit
35745fba0a
2 changed files with 31 additions and 0 deletions
24
.travis.yml
Normal file
24
.travis.yml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.0
|
||||
- hhvm
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
install:
|
||||
- composer selfupdate
|
||||
- composer install
|
||||
|
||||
script:
|
||||
- phpunit --configuration phpunit.xml
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- poisoncorpsee@gmail.com
|
||||
|
||||
on_success: always
|
||||
on_failure: always
|
||||
|
|
@ -1,3 +1,10 @@
|
|||
[](http://phpci.corpsee.com/build-status/view/9?branch=master)
|
||||
[](https://travis-ci.org/corpsee/php-censor?branch=master)
|
||||
[](https://packagist.org/packages/corpsee/php-censor)
|
||||
[](https://packagist.org/packages/corpsee/php-censor)
|
||||
[](https://packagist.org/packages/corpsee/php-censor)
|
||||
[](https://insight.sensiolabs.com/projects/26f28bee-a861-45b2-bc18-ed2ac7defd22)
|
||||
|
||||
PHP Censor
|
||||
==========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue