mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-25 11:36:13 +00:00
17 lines
240 B
YAML
17 lines
240 B
YAML
language: php
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- 5.6
|
|
- hhvm
|
|
|
|
install:
|
|
- composer install --dev
|
|
- php Tests/Fixtures/App/console --env=test cache:warmup
|
|
|
|
script: phpunit --coverage-text
|
|
|
|
notifications:
|
|
email:
|
|
- info@champs-libres.coop
|