From fcc057766635c16bf199e1556f0269c529258a90 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Fri, 31 Jul 2015 23:54:29 -0400 Subject: [PATCH] Allow beta build to fail. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5a43a6fb9..c78f22c4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,4 @@ script: matrix: allow_failures: - rust: 1.1.0 + - rust: beta