You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2022/12/10 22:31:13 UTC

[zookeeper] branch master updated: [ZOOKEEPER-4642] Remove Travis CI

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

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new f1d69fdc8 [ZOOKEEPER-4642] Remove Travis CI
f1d69fdc8 is described below

commit f1d69fdc8a4407f85e0d9af84daac93c00fe82f7
Author: Enrico Olivelli <en...@datastax.com>
AuthorDate: Wed Dec 7 11:49:30 2022 +0100

    [ZOOKEEPER-4642] Remove Travis CI
---
 .travis.yml | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 7fd2dcd02..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,35 +0,0 @@
-language: java
-
-matrix:
-  include:
-    - os: linux
-      arch: arm64
-      jdk: openjdk11
-      install: |
-        f=$(which javac)
-        while [[ -L $f ]]; do f=$(readlink $f); done
-        export JAVA_HOME=${f%/bin/*}
-
-    - os: linux
-      arch: s390x
-      jdk: openjdk11
-
-cache:
-  directories:
-  - "$HOME/.m2"
-
-addons:
-  apt:
-    update: true
-    packages:
-      - maven
-      - libcppunit-dev
-
-script: mvn clean apache-rat:check verify -DskipTests spotbugs:check checkstyle:check -Pfull-build
-
-branches:
-  only:
-  - master
-  - branch-3.7
-  - branch-3.6
-  - branch-3.5