From 4d0718b6f1fbd5cca6c82d3df3a0adbdbb2e7c41 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Sun, 6 Nov 2016 22:27:53 -0800 Subject: [PATCH] Install mono on the macOS Travis builds. --- travis/before_install-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/before_install-macos.sh b/travis/before_install-macos.sh index e4f469c38..361e4b26c 100755 --- a/travis/before_install-macos.sh +++ b/travis/before_install-macos.sh @@ -5,6 +5,6 @@ set -euo pipefail thisdir=$(dirname "$0") brew update -brew install python3 +brew install mono python3 "$thisdir/before_install-common.sh"