travis: test/release on/for i686-apple-darwin

This commit is contained in:
Jorge Aparicio 2016-03-27 17:20:17 -05:00
parent c3564f1699
commit 807a2f116e
2 changed files with 10 additions and 11 deletions

View File

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

View File

@ -21,7 +21,7 @@ rustc-serialize = "0.3.18"
pulldown-cmark = "0.0.7" pulldown-cmark = "0.0.7"
# Watch feature # Watch feature
notify = { version = "2.5.4", optional = true } notify = { version = "2.5.5", optional = true }
time = { version = "0.1.34", optional = true } time = { version = "0.1.34", optional = true }
crossbeam = { version = "0.2.8", optional = true } crossbeam = { version = "0.2.8", optional = true }