aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-06-28 20:20:24 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-06-28 20:20:24 -0700
commit4f035997037d06e5bce88d7466e550f13da93c00 (patch)
tree6db935ceaa9b47eccb21f3c662b5d20db409a1a0
parent4a70b13c19c429f5bafd1e04037b8da8c6aa73b1 (diff)
downloadDesktop-4f035997037d06e5bce88d7466e550f13da93c00.tar
Desktop-4f035997037d06e5bce88d7466e550f13da93c00.tar.gz
Desktop-4f035997037d06e5bce88d7466e550f13da93c00.tar.bz2
Desktop-4f035997037d06e5bce88d7466e550f13da93c00.zip
fix(ci): attempt setting the JAVA_HOME env myself
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd0dd54..e3b1126 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ cache:
- "$HOME/.konan"
script:
- choco install jdk8
+ - export JAVA_HOME=C:\Program Files\Java\jdk1.8.0_211\
- "./gradlew.bat :desktopBinaries"
before_deploy:
# TODO: Add this part to the Gradle