From 544431e028e9d678f2989c35876a05c53f07e0ec Mon Sep 17 00:00:00 2001 From: Namrata Bhave Date: Fri, 6 Dec 2019 21:57:58 +0530 Subject: Adding s390x support (#2727) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cd8e513132..7b09ce41fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -128,6 +128,11 @@ env: arch: arm64 <<: *gcc-8 + - &s390x-linux + name: s390x-linux + arch: s390x + <<: *gcc-8 + - &jemalloc name: --with-jemalloc <<: *gcc-8 @@ -413,6 +418,7 @@ matrix: - <<: *arm64-linux - <<: *i686-linux - <<: *arm32-linux + - <<: *s390x-linux - <<: *pedanticism - <<: *assertions - <<: *baseruby -- cgit v1.2.3