forked from jasder/antlr
Install mono on the macOS Travis builds.
This commit is contained in:
parent
eadb6b21e6
commit
4d0718b6f1
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue