Skip to content
Permalink
Browse files

Test Java 8 & 11, and remove OracleJDK; resolves #324. (#325)

  • Loading branch information...
ruebot authored and ianmilligan1 committed Jul 8, 2019
1 parent 7a61f0e commit 4ce59c85940591a9006753946ea9fcd13d5b5448
Showing with 6 additions and 3 deletions.
  1. +6 −3 .travis.yml
@@ -1,14 +1,17 @@
dist: trusty
dist: xenial
language: java
sudo: false

branches:
only:
- master

jdk:
- oraclejdk8
- openjdk8
- openjdk11

matrix:
allow_failures:
- jdk: openjdk11

before_install:
- "echo $JAVA_OPTS"

0 comments on commit 4ce59c8

Please sign in to comment.
You can’t perform that action at this time.