Deactivate s390x - https://github.com/nim-lang/Nim/issues/15253
This commit is contained in:
parent
4a308c2148
commit
a6e980c866
13
.travis.yml
13
.travis.yml
|
@ -51,12 +51,13 @@ matrix:
|
|||
- CHANNEL=devel
|
||||
compiler: gcc
|
||||
|
||||
- dist: bionic
|
||||
arch: s390x
|
||||
env:
|
||||
- ARCH=s390x
|
||||
- CHANNEL=devel
|
||||
compiler: gcc
|
||||
# "Unknown processor s390x"
|
||||
# - dist: bionic
|
||||
# arch: s390x
|
||||
# env:
|
||||
# - ARCH=s390x
|
||||
# - CHANNEL=devel
|
||||
# compiler: gcc
|
||||
|
||||
# On OSX we only test against clang (gcc is mapped to clang by default)
|
||||
- os: osx
|
||||
|
|
Loading…
Reference in New Issue