Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from burtcorp/travis-dist-trusty
Browse files Browse the repository at this point in the history
Specify trusty dist for Oracle Java builds
  • Loading branch information
iconara authored Sep 28, 2019
2 parents 628a016 + 36d3bf3 commit 0d5f3af
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: java
jdk:
- oraclejdk8
- oraclejdk9
- openjdk8
matrix:
include:
- jdk: oraclejdk8
dist: trusty
- jdk: oraclejdk9
dist: trusty
- jdk: openjdk8
script: mvn test -Djunit.jupiter.execution.parallel.enabled=false

0 comments on commit 0d5f3af

Please sign in to comment.