Minor CI adjustments
Trusty is default in Travis and no need to encorce Xenial environment. Correct pipeline name for Drone build, "java8" is no longer applicable.
This commit is contained in:
parent
5f391286e5
commit
7909a6772d
@ -1,5 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: java8
|
name: default
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
@ -4,7 +4,6 @@ branches:
|
|||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk11
|
- openjdk11
|
||||||
dist: trusty
|
|
||||||
install: true
|
install: true
|
||||||
addons:
|
addons:
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user