From 2509d4c5c115f05870d1abefda5dc01bc49393a3 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 2 May 2017 10:38:58 +0100 Subject: [PATCH] Allow travis failures on PHP nightly This setting allows you to get a green pass on travis when there are failures only with php nightly. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 082f60c..043a157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ php: - 7.0 - 7.1 - nightly +matrix: + allow_failures: + - php: nightly before_script: composer install services: - redis-server