chill-bundles/.travis.yml
Julien Fastré 6f9fbaba38 Revert "switch to symfony 2.6-dev + correct travis error"
This reverts commit 051feb03ceb898a5b61696163c92bbe28fd82932.
2014-11-06 15:27:25 +01:00

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