From 88489c961a405075b48b29dcdb3b7142c284ce06 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 17 Jan 2017 00:29:47 +0100 Subject: [PATCH] Travis update --- .travis.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 649bc4dcc..8a0eeb43c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,14 +29,16 @@ mono: # - beta - latest -# Mono is often broken, we might need to enable/disable following setting on as-needed basis -#matrix: -# fast_finish: true -# allow_failures: -# - mono: weekly -# - mono: alpha -# - mono: beta -# - mono: latest +# Mono is often broken, we might need to enable/disable allowing failures on as-needed basis +# Currently we allow all Mono builds to fail, sadly it's the only way to not get crazy over various random SIGABRTs +# Ref: https://travis-ci.org/JustArchi/ArchiSteamFarm/jobs/192428388#L2007-L2009 +matrix: + fast_finish: true + allow_failures: + - mono: weekly +# - mono: alpha +# - mono: beta + - mono: latest # Initialize our envsetup before building before_script: