From c044dd9bac4a827ef837b81f124256c84a5b4c6e Mon Sep 17 00:00:00 2001 From: Maarten de Boer Date: Fri, 6 Oct 2017 08:25:14 +0200 Subject: [PATCH] =?UTF-8?q?Allow=20HHVM=20builds=20to=20fail=20as=20gmp=5F?= =?UTF-8?q?random=5Frange=20isn=E2=80=99t=20implemented=20(#294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Allow HHVM builds to fail as gmp_random_range isn’t implemented --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8d03d0be..81a8b2ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ sudo: true matrix: allow_failures: - php: nightly + - php: hhvm fast_finish: true include: - php: 5.6