Skip to content

Commit f31d0f7

Browse files
committed
Allow sparc64 to fail on CI
1 parent b6dacea commit f31d0f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ matrix:
2424
allow_failures:
2525
# FIXME(#987) move back to include once 404 is fixed
2626
- env: TARGET=s390x-unknown-linux-gnu
27+
# FIXME(#1064)
28+
- env: TARGET=sparc64-unknown-linux-gnu
2729
include:
2830
# 1.13.0 compat
2931
- env: TARGET=x86_64-unknown-linux-gnu NO_ADD=1

0 commit comments

Comments
 (0)