From c4bc974eb6c2718cc58e97f30494565cd6c51f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 27 Apr 2015 22:01:15 +0200 Subject: [PATCH] Update .travis.yml define the mono version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f7f0d8193e..c389da58da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ # see travis-ci.org for details language: csharp +mono: 3.12.0 # Use the Docker-based infrastructure sudo: false