Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 1e18b3e

Browse files
committed
Remove Travis CI s390x for now to avoid hang during ant test
1 parent 6a8dc04 commit 1e18b3e

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.travis.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,6 @@ jobs:
6060
- ./apache-ant-1.10.6/bin/ant clean
6161
- ./apache-ant-1.10.6/bin/ant test-skip-jni
6262

63-
- name: Linux test (s390x)
64-
os: linux
65-
arch: s390x
66-
jdk:
67-
- openjdk8
68-
install:
69-
- wget https://github.com/lz4/lz4/archive/v1.9.2.tar.gz
70-
- tar xzvf v1.9.2.tar.gz
71-
- pushd lz4-1.9.2 && make && sudo make install && popd
72-
- wget http://apache.osuosl.org/ant/binaries/apache-ant-1.10.6-bin.tar.gz
73-
- tar xvzf apache-ant-1.10.6-bin.tar.gz
74-
- ./apache-ant-1.10.6/bin/ant ivy-bootstrap
75-
- ./apache-ant-1.10.6/bin/ant init
76-
script:
77-
- ./apache-ant-1.10.6/bin/ant dist
78-
- ./apache-ant-1.10.6/bin/ant test
79-
- ./apache-ant-1.10.6/bin/ant clean
80-
- ./apache-ant-1.10.6/bin/ant test-skip-jni
81-
8263
- name: macOS test
8364
os: osx
8465
osx_image: xcode9.3

0 commit comments

Comments
 (0)