Skip to content

Commit 0813059

Browse files
committed
Travis: Build JDK 11 version under Xenial
1 parent d0fa9ad commit 0813059

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: java
2-
dist: trusty
3-
jdk:
4-
- openjdk8
5-
- openjdk11
2+
3+
matrix:
4+
include:
5+
- dist: trusty
6+
jdk: openjdk8
7+
- dist: xenial
8+
jdk: openjdk11
9+
610
env: NODE_VERSION=10.2.1
711
before_install: nvm install $NODE_VERSION
812
script:

0 commit comments

Comments
 (0)