]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Use doctrine cache for tests
[github/wallabag/wallabag.git] / .travis.yml
index 1d90a7489b738ed7351f5ca2a3a4a58c7b2ece7b..ff23ad457c907c521c690d0af24b94d1c4ca8651 100644 (file)
@@ -7,12 +7,12 @@ php:
 
 branches:
   only:
-    - refactor
+    - v2
 
 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
+  - ant prepare
+  - phpunit --coverage-text