From 8378485e332e11dcd59ed4fb8edac77b2f8f8d71 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 3 Mar 2015 19:20:08 +0100 Subject: Simplify build system --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e99c1e6f..ff23ad45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.3