2016-08-25 13:49:24 +00:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
|
|
|
- '7.0'
|
|
|
|
|
2016-10-14 07:08:40 +00:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- vendor
|
|
|
|
|
2016-08-25 13:49:24 +00:00
|
|
|
install:
|
|
|
|
- composer install
|
|
|
|
|
|
|
|
script:
|
2016-09-29 14:09:23 +00:00
|
|
|
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
2016-09-06 10:55:05 +00:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|