Skip to content

Commit 506403b

Browse files
authored
Switched java 12 for java 13 (DozerMapper#776)
1 parent 834915e commit 506403b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ matrix:
1414
env: SHOULD_DEPLOY=false
1515
- jdk: openjdk11
1616
env: SHOULD_DEPLOY=false
17-
- jdk: openjdk12
17+
- jdk: openjdk13
1818
env: SHOULD_DEPLOY=false
1919
- jdk: openjdk-ea
2020
env: SHOULD_DEPLOY=false
2121
allow_failures:
22-
- jdk: openjdk12
22+
- jdk: openjdk13
2323
- jdk: openjdk-ea
2424
before_install:
2525
- bash .travis/deploy-codesigning.sh

0 commit comments

Comments
 (0)