This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch archiva-2.x-gh-actions in repository https://gitbox.apache.org/repos/asf/archiva.git
commit ecd917935511ac0cd706a1aafb123d72de5454e6 Author: Olivier Lamy <[email protected]> AuthorDate: Wed Dec 15 15:27:57 2021 +0100 remove travis Signed-off-by: Olivier Lamy <[email protected]> --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index af5cacd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: java -jdk: - - openjdk7 - - oraclejdk7 - - oraclejdk8 - -before_install: "mvn clean install -DskipTests=true -B -V -Pci-build" - -script: "mvn clean install -B -V -Pit-js -Pci-build" - -cache: - directories: - - $HOME/.m2 -branches: - except: - - gh-pages -notifications: - email: - - [email protected]
