From 0e890468107d4c88bc74cf1413d7ba0c684b99b8 Mon Sep 17 00:00:00 2001 From: Sigurdur Gudbrandsson Date: Thu, 9 Feb 2017 14:02:20 +0000 Subject: [PATCH] Allow Travis builds to fail on PHP nightly --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index db4454d8..ed294142 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,7 @@ before_script: script: - vendor/bin/phpunit tests + +matrix: + allow_failures: + - php: nightly