1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-08 09:24:23 +03:00
yii2-nested-sets/.travis.yml

19 lines
347 B
YAML
Raw Normal View History

2015-01-01 12:06:25 +02:00
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
2015-01-01 12:16:19 +02:00
install:
2015-01-01 12:18:37 +02:00
- composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
2015-01-01 12:16:19 +02:00
- composer install
2015-01-02 20:21:59 +02:00
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