Skip to content

Commit e6bc44b

Browse files
committed
Allow iOS to fail
1 parent 83f78df commit e6bc44b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ matrix:
109109

110110
# QEMU based targets that compile in an emulator
111111
- env: TARGET=x86_64-unknown-freebsd
112+
allow_failures:
113+
- env: TARGET=i386-apple-ios
114+
CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
115+
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
116+
- env: TARGET=x86_64-apple-ios
117+
CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
118+
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
112119

113120
notifications:
114121
email:

0 commit comments

Comments
 (0)