From 86aa9e781d05a06042c121f55a417020192a9439 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 3 Aug 2016 03:20:42 +0200 Subject: [PATCH] Travis: Allow failure on Mono weekly It's broken more often than it works, I don't need to be informed about that --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 58633f158..ad17ca5fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ mono: - weekly - latest +matrix: + allow_failures: + - mono: weekly + notifications: email: false webhooks: