Skip to content

Commit f096a18

Browse files
authored
use jdk14 for travis build (Netflix#1174)
OpenJDK14 has changes to font rendering that make it compatible with the lastest Zulu JDK11 we use internally.
1 parent 6b426a2 commit f096a18

File tree

382 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: scala
22
matrix:
33
include:
4-
- jdk: openjdk11
4+
- jdk: openjdk14
55
scala: 2.13.2
66
os: osx
77
env: BINTRAY_PUBLISH=false
8-
- jdk: openjdk11
8+
- jdk: openjdk14
99
scala: 2.13.2
1010
os: linux
1111
dist: xenial
2 Bytes
-19 Bytes
-16 Bytes
-12 Bytes
-11 Bytes
-14 Bytes
-17 Bytes
-17 Bytes
-13 Bytes

0 commit comments

Comments
 (0)