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:
@@ -1,5 +1,5 @@
|
||||
kind: pipeline
|
||||
name: java8
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
@@ -4,7 +4,6 @@ branches:
|
||||
language: java
|
||||
jdk:
|
||||
- openjdk11
|
||||
dist: trusty
|
||||
install: true
|
||||
addons:
|
||||
sonarcloud:
|
||||
|
Reference in New Issue
Block a user