From a7f4a0a581ffc3ddebdb1c9fa5166c3e22806d6c Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 7 Oct 2017 21:30:57 +0200 Subject: [PATCH] Re-enable macOS on Travis, both nightly and stable fixes #69 --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1793fef..eeae8f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: