small update

This commit is contained in:
Nanne Baars 2020-04-18 14:07:46 +02:00 committed by Nanne Baars
parent 407e19638f
commit f1768bd9a5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ services:
- docker
language: java
jdk:
- openjdk11
- openjdk13
install: "/bin/true"
script:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH;

View File

@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.2.RELEASE</version>
</parent>
<licenses>