disable the i686-apple-darwin target

This commit is contained in:
Jorge Aparicio 2016-03-08 09:21:50 -05:00
parent 02a37e0ee9
commit b094268b68
1 changed files with 10 additions and 9 deletions

View File

@ -9,9 +9,10 @@ env:
matrix:
include:
# Stable channel
- os: osx
env: TARGET=i686-apple-darwin
rust: stable
# TODO re-enable the i686-apple-darwin target when passcod/rsnotify#53 is fixed
#- os: osx
#env: TARGET=i686-apple-darwin
#rust: stable
- os: linux
env: TARGET=i686-unknown-linux-gnu
rust: stable
@ -34,9 +35,9 @@ matrix:
env: TARGET=x86_64-unknown-linux-musl
rust: stable
# Beta channel
- os: osx
env: TARGET=i686-apple-darwin
rust: beta
#- os: osx
#env: TARGET=i686-apple-darwin
#rust: beta
- os: linux
env: TARGET=i686-unknown-linux-gnu
rust: beta
@ -53,9 +54,9 @@ matrix:
env: TARGET=x86_64-unknown-linux-musl
rust: beta
# Nightly channel
- os: osx
env: TARGET=i686-apple-darwin
rust: nightly
#- os: osx
#env: TARGET=i686-apple-darwin
#rust: nightly
- os: linux
env: TARGET=i686-unknown-linux-gnu
rust: nightly