From 09f032574652cf2134dca49700d56245ac4b12be Mon Sep 17 00:00:00 2001 From: Florian Gilcher Date: Tue, 13 Aug 2019 20:17:26 +0200 Subject: [PATCH] Deactivate windows tests for now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a47885..3b6cffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ matrix: os: linux - rust: nightly os: osx - - rust: nightly-x86_64-pc-windows-msvc - os: windows +# - rust: nightly-x86_64-pc-windows-msvc +# os: windows script: - cargo fmt --all -- --check