]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Simplify build system
[github/wallabag/wallabag.git] / .travis.yml
index 35702a3e62180ee5c7e37b7d755088472f284690..ff23ad457c907c521c690d0af24b94d1c4ca8651 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 prepare
+  - phpunit --coverage-text