You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2020/12/02 21:22:41 UTC

[maven-resolver] branch master updated: [MRESOLVER-150] Drop Travis CI

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 27a47b5  [MRESOLVER-150] Drop Travis CI
27a47b5 is described below

commit 27a47b57f703ae7fbf4b79b5e52fc6f94a0ad4a2
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Wed Dec 2 22:07:31 2020 +0100

    [MRESOLVER-150] Drop Travis CI
---
 .travis.yml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 24ea442..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-language: java
-dist: trusty
-
-matrix:
-  include:
-    - os: linux
-      jdk: openjdk8
-    - os: linux
-      jdk: openjdk11
-    - os: linux
-      jdk: openjdk14
-
-before_install:
-# https://github.com/travis-ci/travis-ci/issues/8408
-  - unset _JAVA_OPTIONS
-
-before_script: true
-install: true
-
-script:
-  - mvn -V -Prun-its clean verify
-
-cache:
-  directories:
-  - "$HOME/.cache"
-  - "$HOME/.m2"