]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Simplify build system
[github/wallabag/wallabag.git] / .travis.yml
index 2971c5b9e8ba4cbf636465375ad2808570df56c2..ff23ad457c907c521c690d0af24b94d1c4ca8651 100644 (file)
@@ -1,6 +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