aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuutaW <17158086+Trumeet@users.noreply.github.com>2019-06-28 20:45:52 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-06-28 20:45:52 -0700
commited6f93f690b1aa661a5bd500a938f92cad9d7a4e (patch)
tree8851dd516e5dcfa119870c5a1b0102f90ef948ee
parent3aa9629e6577a852f7e74b6d0a1db7b9b022d3d5 (diff)
downloadDesktop-ed6f93f690b1aa661a5bd500a938f92cad9d7a4e.tar
Desktop-ed6f93f690b1aa661a5bd500a938f92cad9d7a4e.tar.gz
Desktop-ed6f93f690b1aa661a5bd500a938f92cad9d7a4e.tar.bz2
Desktop-ed6f93f690b1aa661a5bd500a938f92cad9d7a4e.zip
fix(ci): use ' instead of "
Signed-off-by: Trumeet <17158086+Trumeet@users.noreply.github.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 443748c..f8ca985 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ cache:
- "$HOME/.konan"
script:
- choco install jdk8
- - export JAVA_HOME="C:\Program Files\Java\jdk1.8.0_211\"
+ - export JAVA_HOME='C:\Program Files\Java\jdk1.8.0_211\'
- "./gradlew.bat :desktopBinaries"
before_deploy:
# TODO: Add this part to the Gradle