This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new efd8fdd Trying to fix Travis failure when it installs Java...
efd8fdd is described below
commit efd8fdd5581103269d0150a921f2ceac61315fd8
Author: ddekany <[email protected]>
AuthorDate: Thu Aug 1 23:46:31 2019 +0200
Trying to fix Travis failure when it installs Java...
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 461bebf..ffe0f62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,4 +23,4 @@ before_install:
install: ant download-ivy
script: ant ci
jdk:
- - oraclejdk8
\ No newline at end of file
+ - openjdk8
\ No newline at end of file