Skip to content

Commit b9c613f

Browse files
committed
Fix allow_failures section
1 parent f31d0f7 commit b9c613f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ env:
2121
global:
2222
secure: "e2/3QjgRN9atOuSHp22TrYG7QVKcYUWY48Hi9b60w+r1+BhPkTseIJLte7WefRhdXtqpjjUJTooKDhnurFOeHaCT+nmBgiv+FPU893sBl4bhesY4m0vgUJVbNZcs6lTImYekWVb+aqjGdgV/XAgCw7c3kPmrZV0MzGDWL64Xaps="
2323
matrix:
24-
allow_failures:
25-
# FIXME(#987) move back to include once 404 is fixed
26-
- env: TARGET=s390x-unknown-linux-gnu
27-
# FIXME(#1064)
28-
- env: TARGET=sparc64-unknown-linux-gnu
2924
include:
3025
# 1.13.0 compat
3126
- env: TARGET=x86_64-unknown-linux-gnu NO_ADD=1
@@ -118,6 +113,8 @@ matrix:
118113
- env: TARGET=x86_64-apple-ios
119114
CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
120115
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
116+
# FIXME(#1064)
117+
- env: TARGET=sparc64-unknown-linux-gnu
121118

122119
notifications:
123120
email:

0 commit comments

Comments
 (0)