forked from jasder/antlr
Use Homebrew to install python3 on the macOS build on Travis.
This commit is contained in:
parent
c024166dfa
commit
eadb6b21e6
|
@ -4,4 +4,7 @@ set -euo pipefail
|
|||
|
||||
thisdir=$(dirname "$0")
|
||||
|
||||
brew update
|
||||
brew install python3
|
||||
|
||||
"$thisdir/before_install-common.sh"
|
||||
|
|
Loading…
Reference in New Issue