]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
findEntries returns array
[github/wallabag/wallabag.git] / .travis.yml
index 35702a3e62180ee5c7e37b7d755088472f284690..e99c1e6f26706acf14f56c61c71b10dac09e502a 100644 (file)
@@ -1,4 +1,18 @@
 language: php
+
+php:
+  - 5.4
+  - 5.5
+  - 5.6
+
 branches:
   only:
-    - refactor
\ No newline at end of file
+    - 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