summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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