From 96c444d3283c28cee5bcbe5c217375721c42a008 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Mon, 13 Nov 2017 21:01:51 -0800 Subject: [PATCH] Add master branch to travis allowed failures --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4983008..d4e4934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,10 @@ php: - '7.1' - '7.0' +matrix: + allow_failures: + - env: master + before_script: - $CC --version && ci/print_php_int_max.php - (export CC; phpize && ./configure --enable-runkit-spl_object-id && make)