From 013d14ee0b04c3d7956a5ee5308c251c261f4d8d Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 14 Apr 2020 16:52:07 +0200 Subject: [PATCH] Allow OSX CI to fail and docs CI to fail Signed-off-by: William Desportes --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 76d00989b8..caa3beb5a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -157,8 +157,10 @@ matrix: - vendor/bin/phpcs --standard=phpcs.xml.dist allow_failures: + - os: osx - php: "nightly" - env: CI_MODE=test DBASE=true + - env: CI_MODE=docs cache: pip: true