1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-03 08:18:48 +00:00

Re-enable macOS on Travis, both nightly and stable

fixes #69
This commit is contained in:
sharkdp 2017-10-07 21:30:57 +02:00 committed by David Peter
parent b98e4c9931
commit a7f4a0a581

View File

@ -14,10 +14,9 @@ matrix:
- os: linux
rust: nightly
env: TARGET=x86_64-unknown-linux-musl
# currently disabled
# - os: osx
# rust: nightly
# env: TARGET=x86_64-apple-darwin
- os: osx
rust: nightly
env: TARGET=x86_64-apple-darwin
# Beta channel.
- os: linux
rust: beta
@ -32,6 +31,9 @@ matrix:
- os: linux
rust: 1.16.0
env: TARGET=x86_64-unknown-linux-musl
- os: osx
rust: 1.16.0
env: TARGET=x86_64-apple-darwin
notifications:
email: