]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Tests are working again
[github/wallabag/wallabag.git] / .travis.yml
index e74c42357ec372bc0238ad60d679feaa95c5eeab..1d90a7489b738ed7351f5ca2a3a4a58c7b2ece7b 100644 (file)
@@ -1,3 +1,18 @@
+language: php
+
+php:
+  - 5.4
+  - 5.5
+  - 5.6
+
 branches:
   only:
-    - refactor
\ No newline at end of file
+    - refactor
+
+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