Skip to content

Commit

Permalink
Now running on JDK10 and newest JDK release on Travis also
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Sep 4, 2019
1 parent 704c97f commit 1ea3adb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ language: java
jdk:
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk-ea

matrix:
allow_failures:
- jdk: openjdk-ea

script: mvn clean install -U

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Enterprise & production ready SOAP webservices powered by Spring Boot & Apache C
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.codecentric/cxf-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.codecentric/cxf-spring-boot-starter/)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![versionspringboot](https://img.shields.io/badge/springboot-2.1.7_RELEASE-brightgreen.svg)](https://github.com/spring-projects/spring-boot)
[![versionjava](https://img.shields.io/badge/jdk-8,_9,_11-brightgreen.svg?logo=java)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
[![versionjava](https://img.shields.io/badge/jdk-8,_9,_10,_11,_12-brightgreen.svg?logo=java)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
[![versionapachecxf](https://img.shields.io/badge/apache.cxf-3.3.3-brightgreen.svg?logo=apache)](http://cxf.apache.org/)
[![versionspringcloudsleuth](https://img.shields.io/badge/spring.cloud.sleuth-2.1.2_RELEASE-brightgreen.svg)](https://spring.io/projects/spring-cloud-sleuth)
[![versionlogstashlogbackencoder](https://img.shields.io/badge/logstash.logback.encoder-6.1-brightgreen.svg?logo=logstash)](https://github.com/logstash/logstash-logback-encoder)
Expand Down

0 comments on commit 1ea3adb

Please sign in to comment.