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
|
- CHANNEL=devel
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
- dist: bionic
|
# "Unknown processor s390x"
|
||||||
arch: s390x
|
# - dist: bionic
|
||||||
env:
|
# arch: s390x
|
||||||
- ARCH=s390x
|
# env:
|
||||||
- CHANNEL=devel
|
# - ARCH=s390x
|
||||||
compiler: gcc
|
# - CHANNEL=devel
|
||||||
|
# compiler: gcc
|
||||||
|
|
||||||
# On OSX we only test against clang (gcc is mapped to clang by default)
|
# On OSX we only test against clang (gcc is mapped to clang by default)
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
Loading…
Reference in New Issue