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 2022/04/10 02:38:39 UTC

[archiva-redback-core] 02/02: get rid of travis

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git

commit cefcb3f7da0dcb4bd75025913051829de1896e85
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 10 12:38:21 2022 +1000

    get rid of travis
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .travis.yml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ea38ef36..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-language: java
-jdk:
-  - openjdk7
-  - oraclejdk7
-
-script: "mvn clean install"
-
-cache:
-    directories:
-    - $HOME/.m2
-branches:
-    except:
-        - gh-pages
-notifications:
-    email:
-        - olamy@apache.org