From 96bd07e193bf4b428cbc2965b27b465a991e8b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Wed, 21 Sep 2016 21:43:25 +0200 Subject: [PATCH] Use mono 4.4.2 until latest 4.6 is fixed https://bugzilla.xamarin.com/show_bug.cgi?id=44323 https://bugzilla.xamarin.com/show_bug.cgi?id=44402 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af7d5dbebf..9693d21b7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: - linux - osx mono: - - latest + - 4.4.2 script: - ./build.sh --target "Travis" --platform "Mono" --configuration "Release" notifications: