diff options
author | Jun Aruga <jaruga@redhat.com> | 2020-03-18 14:31:11 +0100 |
---|---|---|
committer | Yusuke Endoh <mame@ruby-lang.org> | 2020-03-21 11:51:32 +0900 |
commit | 86ca640287eccc8426b87903cac1ec428d7ede8b (patch) | |
tree | 1b2315a779d302f4f64126b0d6be58d7015fd444 /.travis.yml | |
parent | 7cc7627c2d4db91f1097c7f1c5f5c9a41aeaefc6 (diff) | |
download | ruby-86ca640287eccc8426b87903cac1ec428d7ede8b.tar.gz |
Enablie IPv6 on Travis s390s case again.
It seems the issue was fixed by Travis.
See https://travis-ci.community/t/6719/5 .
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ab2edd1f96..e26fe1dc16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,8 +133,6 @@ env: name: s390x-linux arch: s390x <<: *gcc-8 - env: - - BEFORE_INSTALL="tool/travis_disable_ipv6.sh" - &jemalloc name: --with-jemalloc |