Skip to content

Commit 2b95937

Browse files
committed
Try out Travis-CI dist:bionic
1 parent 0c04e4b commit 2b95937

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: java
22
sudo: false
3+
dist: bionic
34
jdk:
45
# It's important to test on all these because of a horrible hack in the POM.
56
# - openjdk6 # No longer supported by Travis
67
- openjdk7
78
- oraclejdk8
89
- oraclejdk9
910
- openjdk10
10-
- oraclejdk11
11+
- openjdk11
1112

1213
# Test each version with an appropriate Java version and flags to disable
1314
# GPG signing so that we don't have to provision Travis with private keys.

0 commit comments

Comments
 (0)