From 01aed5e64c34d3a34a0c096dffc4103f33b888fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 24 Dec 2015 16:23:22 +0100 Subject: [PATCH] update to mono 4.2 series --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3b9d1d944..909fca4d6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # see travis-ci.org for details language: csharp -mono: 4.0.0 +mono: 4.2.1 # http://docs.travis-ci.com/user/migrating-from-legacy sudo: false