From b094268b68c63abced89aa19424a52c57ec69858 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 8 Mar 2016 09:21:50 -0500 Subject: [PATCH] disable the i686-apple-darwin target --- .travis.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index a673229e..84153918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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