From 7909a6772d2fc933f42c38f42399c20a27e28bb1 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sun, 17 Mar 2019 14:16:47 +0100 Subject: [PATCH] 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. --- .drone.yml | 2 +- .travis.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 673b5b3..e36cf61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ kind: pipeline -name: java8 +name: default clone: disable: true diff --git a/.travis.yml b/.travis.yml index a225ebb..47f8dc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ branches: language: java jdk: - openjdk11 -dist: trusty install: true addons: sonarcloud: