From 9a4961c8234894bd0ba30895173187636995c184 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Fri, 7 Dec 2018 22:37:21 +0100 Subject: [PATCH] Disable travis build on rust 1.14 on windows --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index e68fc73..565c1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,15 @@ os: - linux - windows +matrix: + # rand 0.4 actually needs Rust 1.22, which leads to build failures on Rust 1.14 on Windows. + # This is not a problem, because + # - we insist on rust 1.14 only for Debian, and + # - "rand" is only an optional dependency. + exclude: + - rust: 1.14.0 + os: windows + script: - cargo build --verbose --features=fuzztarget - cargo build --verbose --features=rand