From 6f4b08e4ad279dcf77faa8034f3e3983e3afde32 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 11 Apr 2022 14:11:45 +1000 Subject: add gh action, dependabot and release-drafter and get rid of travis (#65) * add gh action, dependabot and release-drafter and get rid of travis * move owasp check in a separate profile Signed-off-by: Olivier Lamy --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a6e6ec9a2..000000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: java -dist: xenial -jdk: - - openjdk8 - -install: "mvn clean install -DskipTests=true -B -V -Pci-build" - -script: "mvn clean install -B -V -Pci-build" - -cache: - directories: - - $HOME/.m2 - -branches: - except: - - gh-pages - -- cgit v1.2.3