mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 02:34:24 +00:00
15 lines
174 B
YAML
15 lines
174 B
YAML
language: php
|
|
php:
|
|
- 5.5
|
|
- 5.4
|
|
- 5.6
|
|
- hhvm
|
|
|
|
install: composer install --dev
|
|
|
|
script: phpunit --coverage-text
|
|
|
|
notifications:
|
|
email:
|
|
- info@champs-libres.coop
|