]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Switch to Docker-based infrastructure
[github/wallabag/wallabag.git] / .travis.yml
index 2971c5b9e8ba4cbf636465375ad2808570df56c2..a697e74b51bbfe328c2299a98996b13cf14d5bae 100644 (file)
@@ -1,6 +1,20 @@
 language: php
+
+# use docker-container infra
+sudo: false
+
 php:
+  - 5.4
   - 5.5
+  - 5.6
+
 branches:
   only:
-    - refactor
\ No newline at end of file
+    - v2
+
+before_script:
+  - composer self-update
+
+script:
+  - ant prepare
+  - phpunit --coverage-text