]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Enable hhvm & nightly for curiosity
[github/wallabag/wallabag.git] / .travis.yml
index e99c1e6f26706acf14f56c61c71b10dac09e502a..d934482761ffc6857a9bc040273a32029a78f5df 100644 (file)
@@ -1,9 +1,19 @@
 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:
@@ -11,8 +21,7 @@ branches:
 
 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
+  - ant prepare
+  - phpunit --coverage-text