[Pkg-owncloud-commits] [php-sabredav] 29/66: Adding hhvm to version list, as well as the allowed failures.

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 20:08:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit c73b8fc15331ed2d43570e2184232f28136e796b
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Dec 16 14:11:36 2013 -0500

    Adding hhvm to version list, as well as the allowed failures.
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 8b7a93e..2609d95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,11 @@ language: php
 php:
   - 5.4
   - 5.5
+  - hhvm
+
+matrix:
+  allow_failures:
+    - php: hhvm
 
 services:
   - mysql

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list