From fe26f715825bbddc20fe1883d77650b540cef9b3 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 9 Sep 2017 20:42:24 +0200 Subject: [PATCH] temporarily disable osx --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fafdfa..8d653ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,10 @@ matrix: - os: linux rust: nightly env: TARGET=x86_64-unknown-linux-musl - - os: osx - rust: nightly - env: TARGET=x86_64-apple-darwin +# currently disabled +# - os: osx +# rust: nightly +# env: TARGET=x86_64-apple-darwin # Beta channel. - os: linux rust: beta