Skip to content

Commit 66c9a1f

Browse files
committed
Support openjdk13 and ea on Travis CI
Fixes gh-67
1 parent 6650ab0 commit 66c9a1f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: java
22

33
jdk:
4+
- openjdk-ea
5+
- openjdk13
46
- openjdk12
57
- openjdk11
68
- openjdk8

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@
7777
<properties>
7878
<clirr.comparisonVersion>1.1.2</clirr.comparisonVersion>
7979
<module.name>org.mybatis.scripting.freemarker</module.name>
80+
81+
<!-- Remove after parent 32 (support for jdk 13) -->
82+
<jacoco.version>0.8.4</jacoco.version>
8083
</properties>
8184

8285
<dependencies>

0 commit comments

Comments
 (0)