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 43f53dcf2d9b2689a7f71c354619540f52a0b6f9 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 af5cacd71..000000000 --- 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]
