summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNamrata Bhave <Namrata.Bhave@ibm.com>2019-12-06 21:57:58 +0530
committerNARUSE, Yui <nurse@users.noreply.github.com>2019-12-07 01:27:58 +0900
commit544431e028e9d678f2989c35876a05c53f07e0ec (patch)
tree480c8d69a78d33dc66d0b922398b08b255a6e4b3 /.travis.yml
parent2f6a8baac6a84935cef1f10adbba2f47df4a2346 (diff)
Adding s390x support (#2727)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
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