We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc70b7 commit 7b16ecaCopy full SHA for 7b16eca
.travis.yml
@@ -36,13 +36,13 @@ matrix:
36
os: osx
37
rust: stable
38
39
- # iOS
40
- - env: TARGET=x86_64-apple-ios
41
- os: osx
42
- rust: nightly
43
44
45
- rust: stable
+ # # iOS
+ # - env: TARGET=x86_64-apple-ios
+ # os: osx
+ # rust: nightly
+ # rust: stable
46
47
addons:
48
apt:
@@ -69,7 +69,7 @@ after_success:
69
[ $TRAVIS_BRANCH = master ] &&
70
[ $TRAVIS_PULL_REQUEST = false ] && {
71
cd glutin
72
- for crate in ../glutin_*_sys; do
+ for crate in ../glutin_*_sys; do
73
cd "$crate"
74
cargo publish --token ${CRATESIO_TOKEN_GENTZ}
75
done
0 commit comments