You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2021/12/15 14:30:18 UTC

[archiva] 02/02: remove travis

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 <ol...@apache.org>
AuthorDate: Wed Dec 15 15:27:57 2021 +0100

    remove travis
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .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:
-        - olamy@apache.org