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

16 lines
243 B
YAML
Raw Normal View History

2015-03-04 11:11:28 +01:00
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