From c393b7b1497e6523de9e30875d984e54656e6945 Mon Sep 17 00:00:00 2001 From: Val Markovic Date: Sat, 30 Apr 2016 14:44:46 -0700 Subject: [PATCH] Fixing travis Mac runs with stable mono Currently we use beta mono for some reason, which seems to be blowing up in our face. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfb5e23e57..35d1bbb077 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - osx sudo: false mono: - - beta + - 4.2.3 before_install: - git submodule update --init --recursive install: