From 5d26f570eeb6fe5b5701a3dcda91558419ec318e Mon Sep 17 00:00:00 2001 From: Sammy Kaye Powers Date: Fri, 6 Jul 2018 13:19:16 -0400 Subject: [PATCH] Allow HHVM failures; See https://github.com/facebook/php-graph-sdk/pull/854\#issuecomment-401978940 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1b7eea631..41af3e232 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ matrix: include: - php: hhvm dist: trusty + allow_failures: + - php: hhvm before_install: - travis_retry composer self-update