From c3c30b05c622421f269eb8609ef42eb27807cd60 Mon Sep 17 00:00:00 2001 From: Severen Redwood Date: Mon, 5 Dec 2016 09:38:25 +1300 Subject: [PATCH] Allow failures for nightly Rust --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8af6893..4d28564 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,10 @@ rust: - beta - stable +matrix: + allow_failures: + - rust: nightly + cache: cargo env: -- 2.11.4.GIT