From a659991c8e6a42eb717e24d6df192463347dacd6 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Thu, 31 Dec 2020 12:37:02 +0100 Subject: [PATCH] Travis: Mono lock down to 6.10.0 (6.12.0 with F# 5 seems not to work with old FSharp.Core) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e66b8733..9563f6a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ sudo: required #false dist: bionic dotnet: 3.1.101 mono: -- latest + - 6.10.0 os: -- linux + - linux branches: except: