Tests are working again

This commit is contained in:
Jeremy
2015-01-31 09:15:51 +01:00
parent 4ffc77d9f5
commit aa6e27cf4f
4 changed files with 46 additions and 8 deletions

View File

@ -1,6 +1,18 @@
language: php
php:
- 5.4
- 5.5
- 5.6
branches:
only:
- refactor
- refactor
before_script:
- composer self-update
- echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
script:
- ant -f app/build.xml prepare
- phpunit -c app --coverage-text