Skip to content

Commit

Permalink
Allow iOS to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Aug 1, 2018
1 parent 83f78df commit e6bc44b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ matrix:

# QEMU based targets that compile in an emulator
- env: TARGET=x86_64-unknown-freebsd
allow_failures:
- env: TARGET=i386-apple-ios
CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
- env: TARGET=x86_64-apple-ios
CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0

notifications:
email:
Expand Down

0 comments on commit e6bc44b

Please sign in to comment.