1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-06-26 03:30:46 +03:00

Updated .travis.yml

This commit is contained in:
Alexander Kochetov 2015-01-02 21:21:59 +03:00
parent 3b6a37d567
commit 36a10e15ea

View file

@ -9,3 +9,10 @@ php:
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