From 629eaf7770e8bb21a5dca49855926696cb987587 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Tue, 30 Jun 2015 19:02:13 -0400 Subject: [PATCH] Allow failure on Rust 1.0.0 (broken right now) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ebad99895..da221110d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,6 @@ script: - make test - make build-check - make test-check +matrix: + allow_failures: + - rust: 1.0.0