This repository has been archived on 2018-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
sleepy/.travis.yml

14 lines
290 B
YAML
Raw Permalink Normal View History

2014-05-14 10:32:31 -04:00
language: php
php:
- 5.4
- 5.5
- 5.6
script:
- mkdir -p build/logs
- cd tests && phpunit --coverage-clover build/logs/clover.xml
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
2014-05-14 10:54:57 -04:00
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml