File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 99matrix :
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
You can’t perform that action at this time.
0 commit comments