From 4fb8594107b146c60dd9282f00567ccb2e02ffa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Campinas?= Date: Wed, 6 Feb 2019 10:12:32 +0100 Subject: [PATCH] silence testing on the failure repo until it's fixed --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7ed9a61929f1..6d23717dfb41a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ matrix: - env: INTEGRATION=chalk - env: INTEGRATION=crater - env: INTEGRATION=error-chain - - env: INTEGRATION=failure - env: INTEGRATION=futures-rs - env: INTEGRATION=glob - env: INTEGRATION=log @@ -39,6 +38,8 @@ matrix: - env: INTEGRATION=packed_simd # Doesn't build - a temporal build failure due to breaking changes in the nightly compilre - env: INTEGRATION=rust-semverver + # can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged + - env: INTEGRATION=failure script: - |