summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2018-10-29 17:13:48 +0100
committergnzlbg <gonzalobg88@gmail.com>2018-10-29 17:13:48 +0100
commit4a60136aab09ce76485a77d86032134372d49d43 (patch)
tree443988ab08470fc2245214610506aa7543ff27d5 /.travis.yml
parent17f7b559cb643115190e97bf23f0d592ee893276 (diff)
downloadrust-libc-4a60136aab09ce76485a77d86032134372d49d43.tar.gz
remove the iOS simulator targets from CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
index c2f9c073e1..9e794969fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,20 +55,6 @@ matrix:
- env: TARGET=aarch64-unknown-linux-musl
# FIXME(#856)
rust: 1.22.1
- - os: osx
- osx_image: xcode9.4
- env: TARGET=i386-apple-ios
- CARGO_TARGET_I386_APPLE_IOS_RUNNER=$HOME/runtest
- RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
- before_install:
- rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
- - os: osx
- osx_image: xcode9.4
- env: TARGET=x86_64-apple-ios
- CARGO_TARGET_X86_64_APPLE_IOS_RUNNER=$HOME/runtest
- RUSTFLAGS=-Clink-arg=-mios-simulator-version-min=7.0
- before_install:
- rustc ./ci/ios/deploy_and_run_on_ios_simulator.rs -o $HOME/runtest
- env: TARGET=powerpc-unknown-linux-gnu
- env: TARGET=powerpc64-unknown-linux-gnu
- env: TARGET=powerpc64le-unknown-linux-gnu
@@ -105,13 +91,6 @@ 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: