mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01: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:
parent
7d79780df0
commit
47b1d4b1e6
@ -57,7 +57,8 @@ install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
set -x;
|
set -x;
|
||||||
brew update > /dev/null;
|
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;
|
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
|
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;
|
brew cask uninstall java --force;
|
||||||
|
Loading…
Reference in New Issue
Block a user