1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-26 11:40:47 +03:00
yii2-nested-sets/.travis.yml
2015-01-02 21:21:59 +03:00

19 lines
347 B
YAML

language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
install:
- composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
- composer install
script:
- phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover