From 8ded92840ba56503a4b5986366df63e72764b3ab Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Thu, 23 Jan 2014 13:00:30 +0100 Subject: [PATCH 1/2] CI via Travis : HHVM --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 592a4dba..1b84f7f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ php: - 5.3 - 5.4 - 5.5 - ## Wait for solving this issue : https://github.com/travis-ci/travis-ci/issues/1749 - # - hhvm + ## @reference https://github.com/travis-ci/travis-ci/issues/1749 + - hhvm before_script: ## Composer From 49d78971760e385c50e79026406e14a63e4824d5 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 28 Jan 2014 08:03:36 +0100 Subject: [PATCH 2/2] Travis CI : Allowed failure on HHVM --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b84f7f0..155a28e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,10 @@ php: - 5.5 ## @reference https://github.com/travis-ci/travis-ci/issues/1749 - hhvm - +matrix: + allow_failures: + - php: hhvm + before_script: ## Composer - curl -s http://getcomposer.org/installer | php