diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-03-03 19:20:08 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-03-03 19:20:08 +0100 |
commit | 8378485e332e11dcd59ed4fb8edac77b2f8f8d71 (patch) | |
tree | 72915c5a83a5d30889b81872b5941c9aa3962dc1 /.travis.yml | |
parent | ba7b9d48d407f87690a3fdc199b37714d2a52897 (diff) | |
download | wallabag-8378485e332e11dcd59ed4fb8edac77b2f8f8d71.tar.gz wallabag-8378485e332e11dcd59ed4fb8edac77b2f8f8d71.tar.zst wallabag-8378485e332e11dcd59ed4fb8edac77b2f8f8d71.zip |
Simplify build system
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e99c1e6f..ff23ad45 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -14,5 +14,5 @@ before_script: | |||
14 | - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini | 14 | - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini |
15 | 15 | ||
16 | script: | 16 | script: |
17 | - ant -f app/build.xml prepare | 17 | - ant prepare |
18 | - phpunit -c app --coverage-text | 18 | - phpunit --coverage-text |