diff --git a/.travis.yml b/.travis.yml index 592a4dba..155a28e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,12 @@ 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 +matrix: + allow_failures: + - php: hhvm + before_script: ## Composer - curl -s http://getcomposer.org/installer | php