Skip to content

Commit b094268

Browse files
author
Jorge Aparicio
committed
disable the i686-apple-darwin target
1 parent 02a37e0 commit b094268

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.travis.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ env:
99
matrix:
1010
include:
1111
# Stable channel
12-
- os: osx
13-
env: TARGET=i686-apple-darwin
14-
rust: stable
12+
# TODO re-enable the i686-apple-darwin target when passcod/rsnotify#53 is fixed
13+
#- os: osx
14+
#env: TARGET=i686-apple-darwin
15+
#rust: stable
1516
- os: linux
1617
env: TARGET=i686-unknown-linux-gnu
1718
rust: stable
@@ -34,9 +35,9 @@ matrix:
3435
env: TARGET=x86_64-unknown-linux-musl
3536
rust: stable
3637
# Beta channel
37-
- os: osx
38-
env: TARGET=i686-apple-darwin
39-
rust: beta
38+
#- os: osx
39+
#env: TARGET=i686-apple-darwin
40+
#rust: beta
4041
- os: linux
4142
env: TARGET=i686-unknown-linux-gnu
4243
rust: beta
@@ -53,9 +54,9 @@ matrix:
5354
env: TARGET=x86_64-unknown-linux-musl
5455
rust: beta
5556
# Nightly channel
56-
- os: osx
57-
env: TARGET=i686-apple-darwin
58-
rust: nightly
57+
#- os: osx
58+
#env: TARGET=i686-apple-darwin
59+
#rust: nightly
5960
- os: linux
6061
env: TARGET=i686-unknown-linux-gnu
6162
rust: nightly

0 commit comments

Comments
 (0)