Merge pull request #127 from japaric/mac32
travis: test/release on/for i686-apple-darwin
This commit is contained in:
commit
c071406fef
19
.travis.yml
19
.travis.yml
|
@ -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
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue