From 967f4c1e64d1e45404758a53b1b3007215891307 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Fri, 3 Jan 2014 13:16:11 -0500 Subject: [PATCH] Added HHVM to testing --- .travis.yml | 7 ++++++- composer.lock | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c479970..8ef2bd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,12 @@ language: php php: - - "5.5" + - hhvm + - 5.5 + +matrix: + allow_failures: + - php: hhvm install: - composer install diff --git a/composer.lock b/composer.lock index 906e351..ba3be0b 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "2f93a3360b4a2c31afcdbd8dabf847b0", + "hash": "bf2609e3e57922dab5119cf53ac06105", "packages": [ { "name": "devize/closure-compiler",