From 9170db96426dadbdcf8ff88c3bbc3d883e25de92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 4 Aug 2015 12:00:45 +0200 Subject: [PATCH] update Travis to use Mono 4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0cf9fd9144..53f4a768cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # see travis-ci.org for details language: csharp -mono: 3.12.0 +mono: 4.0.0 # http://docs.travis-ci.com/user/migrating-from-legacy sudo: false