chill-bundles/.travis.yml

21 lines
300 B
YAML

language: php
php:
- 5.5
- 5.4
- 5.6
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm-nightly
install:
- composer install --dev
- php Tests/Fixtures/App/console --env=test cache:warmup
script: phpunit --coverage-text
notifications:
email:
- info@champs-libres.coop