]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Enable hhvm & nightly for curiosity
[github/wallabag/wallabag.git] / .travis.yml
index 9d6ba1321a338e3366cd056915f66cc0845c6de7..d934482761ffc6857a9bc040273a32029a78f5df 100644 (file)
@@ -1,15 +1,27 @@
 language: php
 
+# use docker-container infra
+sudo: false
+
 php:
   - 5.4
+  - 5.5
+  - 5.6
+  - hhvm
+  - nightly
+
+matrix:
+  allow_failures:
+    - php: hhvm
+    - php: nightly
 
 branches:
   only:
-    - dev
+    - v2
 
 before_script:
-  - composer install
+  - composer self-update
 
-notifications:
-  email:
-    - nicolas.loeuillet@gmail.com
\ No newline at end of file
+script:
+  - ant prepare
+  - phpunit --coverage-text