Simplify build system

This commit is contained in:
Jeremy
2015-03-03 19:20:08 +01:00
parent ba7b9d48d4
commit 8378485e33
4 changed files with 21 additions and 18 deletions

View File

@ -14,5 +14,5 @@ before_script:
- 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
- ant prepare
- phpunit --coverage-text