From 807a2f116eeafe1f5f3e08804198c938cc6081cd Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 27 Mar 2016 17:20:17 -0500 Subject: [PATCH] travis: test/release on/for i686-apple-darwin --- .travis.yml | 19 +++++++++---------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84153918..a673229e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,9 @@ env: matrix: include: # Stable channel - # TODO re-enable the i686-apple-darwin target when passcod/rsnotify#53 is fixed - #- os: osx - #env: TARGET=i686-apple-darwin - #rust: stable + - os: osx + env: TARGET=i686-apple-darwin + rust: stable - os: linux env: TARGET=i686-unknown-linux-gnu rust: stable @@ -35,9 +34,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 @@ -54,9 +53,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 diff --git a/Cargo.toml b/Cargo.toml index a2d8104b..cd973d18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rustc-serialize = "0.3.18" pulldown-cmark = "0.0.7" # Watch feature -notify = { version = "2.5.4", optional = true } +notify = { version = "2.5.5", optional = true } time = { version = "0.1.34", optional = true } crossbeam = { version = "0.2.8", optional = true }