From 0b106cc186c3e989b946e7e7ce5c1811c9c4616f Mon Sep 17 00:00:00 2001 From: Jeroen Koekkoek Date: Thu, 18 Apr 2019 18:45:10 +0200 Subject: [PATCH] Remove JAVA_HOME regarding registry from .travis.yml Signed-off-by: Jeroen Koekkoek --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8274805..e619bf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,13 +77,6 @@ before_install: # The real fix is to wait until Python and pip are both available on the # target. Until then download Conan from the official website and simply add # the extracted folder to the path. -# -# Maven requires JAVA_HOME to be set (at least on Windows), but Windows targets -# do not come with Java installed. For now it is installed through Chocolatey -# as a dependency of Maven, hence JAVA_HOME is only available after the -# package is installed. The problem is that the shell cannot be restarted and -# the path is not fixed as it contains the version number. To workaround this -# issue, JAVA_HOME is read from the registry and exported by this script. install: - if [ "${TRAVIS_OS_NAME}" = "windows" ]; then choco install innoextract;