From b53bd56440bcfb367c0fabf813842f74e50afb0d Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Wed, 31 Aug 2016 16:22:20 -0400 Subject: [PATCH] allow failures for hhvm --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index fa7efc7..0c4f743 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,10 @@ cache: directories: - $HOME/.composer/cache +matrix: + allow_failures: + - php: hhvm + before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist