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

Commit

Permalink
Try to make Java 8 available again in Travis-CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 authored Sep 8, 2019
1 parent 3c5db34 commit fbc70d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Use xenial to still have OpenJDK 8 available

This comment has been minimized.

Copy link
@darxriggs

darxriggs Oct 19, 2019

Contributor

Do you want to use ci.jenkins.io and Travis? Why not decide for one solution?
Having both CI systems configured for pull request checks is calling for trouble.

This comment has been minimized.

Copy link
@centic9

centic9 Oct 20, 2019

Author Member

I am still testing which CI system behaves more dependable. Currently it seems to be the one provided by Jenkins, bu maybe the one failing test needs to be removed as it is very flaky "by design"...

dist: xenial
language: java
jdk:
- openjdk8
- openjdk11

sudo: false

jdk:
- oraclejdk8
- oraclejdk11

0 comments on commit fbc70d3

Please sign in to comment.