Skip to content

Commit 3867639

Browse files
committed
Travis ruby s390x (big endian) architecture testing
Currently failing on this architecture. Add s390x testing for Ruby c++11 Xenial rather than replace AMD Ruby C++11 Xenial testing.
1 parent 7fd9d94 commit 3867639

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ matrix:
351351
sudo: required
352352
dist: xenial
353353
- os: linux
354-
arch: s390x
355354
env: SWIGLANG=ruby CPP11=1
356355
sudo: required
357356
dist: xenial
@@ -415,6 +414,11 @@ matrix:
415414
env: SWIGLANG=python GCC=9 CPP17=1 PY3=3 VER=3.8
416415
sudo: required
417416
dist: xenial
417+
- os: linux
418+
arch: s390x
419+
env: SWIGLANG=ruby CPP11=1
420+
sudo: required
421+
dist: xenial
418422
- compiler: gcc
419423
os: osx
420424
env: SWIGLANG=
@@ -464,6 +468,12 @@ matrix:
464468
osx_image: xcode10.2
465469

466470
allow_failures:
471+
# li_std_wstring failure see https://github.com/swig/swig/pull/1803
472+
- os: linux
473+
arch: s390x
474+
env: SWIGLANG=ruby CPP11=1
475+
sudo: required
476+
dist: xenial
467477
# Newer version of D not yet working/supported
468478
- compiler: gcc
469479
os: linux

0 commit comments

Comments
 (0)