1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-01-17 19:18:15 +01:00

adding support for travis, fix #15

This commit is contained in:
Mikael Roos 2015-03-04 11:11:28 +01:00
parent 817c1de8f7
commit 96c183a616

15
.travis.yml Normal file
View 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