Skip to content

Commit

Permalink
disable the i686-apple-darwin target
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Mar 8, 2016
1 parent 02a37e0 commit b094268
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b094268

Please sign in to comment.