From 9c34488cbad25d678c09a7bafe1d8b8ca8db3de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 6 Oct 2016 06:23:42 +0200 Subject: [PATCH] Update to Mono version 4.6.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4fd5e221a..93a312d798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # see travis-ci.org for details language: csharp -mono: 4.6.0 +mono: 4.6.1 # http://docs.travis-ci.com/user/migrating-from-legacy sudo: false