]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Simplify build system
[github/wallabag/wallabag.git] / .travis.yml
index e99c1e6f26706acf14f56c61c71b10dac09e502a..ff23ad457c907c521c690d0af24b94d1c4ca8651 100644 (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