Skip to content

Commit 9e6b137

Browse files
authored
Test CI with JDK 11 (networknt#448)
1 parent ccb9696 commit 9e6b137

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: xenial
22

33
language: java
44

@@ -7,7 +7,9 @@ cache:
77
- $HOME/.m2
88

99
jdk:
10-
- oraclejdk8
10+
- openjdk8
11+
- openjdk11
12+
- oraclejdk11
1113

1214
after_success:
1315
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)