summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Olivelli <enrico.olivelli@datastax.com>2022-12-07 11:49:30 +0100
committerEnrico Olivelli <eolivelli@gmail.com>2022-12-10 23:30:57 +0100
commitf1d69fdc8a4407f85e0d9af84daac93c00fe82f7 (patch)
tree2b4fa0e0e58aaef46fd97d34c3de09ec307c4eb4
parentab1bdad3f9e3caee676174aaea4a7651a977b7c6 (diff)
downloadzookeeper-f1d69fdc8a4407f85e0d9af84daac93c00fe82f7.tar.gz
[ZOOKEEPER-4642] Remove Travis CI
-rw-r--r--.travis.yml35
1 files changed, 0 insertions, 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