checks:
php: true
coding_style:
php: { }
build:
environment:
php:
version: 7.0.0
project_setup:
before:
- mysql -e "CREATE DATABASE test"
dependencies:
override:
- rm -rf vendor/*
- composer install
tests:
override:
-
command: 'phpunit --coverage-clover=build/logs/clover.xml'
coverage:
file: 'build/logs/clover.xml'
format: 'php-clover'