Install mono on the macOS Travis builds.

This commit is contained in:
Ewan Mellor 2016-11-06 22:27:53 -08:00 committed by parrt
parent eadb6b21e6
commit 4d0718b6f1
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ set -euo pipefail
thisdir=$(dirname "$0") thisdir=$(dirname "$0")
brew update brew update
brew install python3 brew install mono python3
"$thisdir/before_install-common.sh" "$thisdir/before_install-common.sh"