Skip to content
Snippets Groups Projects
Commit 597184c3 authored by esaunders's avatar esaunders
Browse files

Switch to Amazon Corretto because it bundles Java FX.

parent b5d47d0c
Branches
Tags
No related merge requests found
......@@ -59,6 +59,8 @@ before_script:
fi
- if [ $TRAVIS_OS_NAME = "osx" ]; then
export PATH=${PATH}:/usr/local/opt/gettext/bin;
brew uninstall java --force;
brew cask uninstall java --force;
fi
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment