1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

travis: brew's Python3 is now called just 'python'

https://discourse.brew.sh/t/brew-install-python3-fails/1756
This commit is contained in:
Hans-Christoph Steiner 2018-03-07 14:14:29 +01:00
parent 7d79780df0
commit 47b1d4b1e6

View File

@ -57,7 +57,8 @@ install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
set -x;
brew update > /dev/null;
brew install dash bash python3 gradle jenv;
brew upgrade python;
brew install dash bash gradle jenv;
brew install gnu-sed --with-default-names;
if ! ruby -e 'v = `javac -version 2>&1`.split()[1].gsub("_", "."); exit Gem::Dependency.new("", "~> 1.8.0.131").match?("", v)'; then
brew cask uninstall java --force;