Skip to content

Commit 7b16eca

Browse files
authored
Temporarily remove iOS from travis (rust-windowing#1174)
1 parent 6cc70b7 commit 7b16eca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ matrix:
3636
os: osx
3737
rust: stable
3838

39-
# iOS
40-
- env: TARGET=x86_64-apple-ios
41-
os: osx
42-
rust: nightly
43-
- env: TARGET=x86_64-apple-ios
44-
os: osx
45-
rust: stable
39+
# # iOS
40+
# - env: TARGET=x86_64-apple-ios
41+
# os: osx
42+
# rust: nightly
43+
# - env: TARGET=x86_64-apple-ios
44+
# os: osx
45+
# rust: stable
4646

4747
addons:
4848
apt:
@@ -69,7 +69,7 @@ after_success:
6969
[ $TRAVIS_BRANCH = master ] &&
7070
[ $TRAVIS_PULL_REQUEST = false ] && {
7171
cd glutin
72-
for crate in ../glutin_*_sys; do
72+
for crate in ../glutin_*_sys; do
7373
cd "$crate"
7474
cargo publish --token ${CRATESIO_TOKEN_GENTZ}
7575
done

0 commit comments

Comments
 (0)