Skip to content

Commit 52ceafd

Browse files
committed
Disable tests on s390x
When tests are run in QEMU the job just times out
1 parent 9fd553f commit 52ceafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ matrix:
7070
rust: 1.13.0
7171
- env: TARGET=powerpc64le-unknown-linux-gnu
7272
rust: 1.13.0
73-
- env: TARGET=s390x-unknown-linux-gnu
73+
- env: TARGET=s390x-unknown-linux-gnu DISABLE_TESTS=1
7474
rust: 1.13.0
7575
- env: TARGET=x86_64-unknown-linux-gnu
7676
rust: 1.13.0

0 commit comments

Comments
 (0)