mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-18 03:28:16 +01:00
adding support for travis, fix #15
This commit is contained in:
parent
817c1de8f7
commit
96c183a616
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.6
|
||||||
|
- 5.5
|
||||||
|
- 5.4
|
||||||
|
- hhvm
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
|
|
||||||
|
script:
|
||||||
|
- phpunit
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
|
Loading…
x
Reference in New Issue
Block a user