We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31d0f7 commit b9c613fCopy full SHA for b9c613f
.travis.yml
@@ -21,11 +21,6 @@ env:
21
global:
22
secure: "e2/3QjgRN9atOuSHp22TrYG7QVKcYUWY48Hi9b60w+r1+BhPkTseIJLte7WefRhdXtqpjjUJTooKDhnurFOeHaCT+nmBgiv+FPU893sBl4bhesY4m0vgUJVbNZcs6lTImYekWVb+aqjGdgV/XAgCw7c3kPmrZV0MzGDWL64Xaps="
23
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
29
include:
30
# 1.13.0 compat
31
- env: TARGET=x86_64-unknown-linux-gnu NO_ADD=1
@@ -118,6 +113,8 @@ matrix:
118
113
- env: TARGET=x86_64-apple-ios
119
114
CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
120
115
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
116
+ # FIXME(#1064)
117
+ - env: TARGET=sparc64-unknown-linux-gnu
121
122
notifications:
123
email:
0 commit comments