From a0e0d74eddc86310aba16b8f7e17105fd3d96c27 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 2 Jan 2018 11:01:55 -0800 Subject: [PATCH] Rust nightly is broken (#207) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 432846c..b4fc83a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ matrix: - rust: nightly - rust: stable before_deploy: cargo doc --no-deps + allow_failures: + - rust: nightly install: - bash <(curl https://raw.githubusercontent.com/xd009642/tarpaulin/master/travis-install.sh)