From 1426bdbc164f46af3f68c523a4356177377bac6f Mon Sep 17 00:00:00 2001 From: kyren Date: Sat, 10 Feb 2018 00:35:12 -0500 Subject: [PATCH] fix duplicated matrix entry for .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c3cea3..9a86147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,5 @@ matrix: - rust: beta - rust: nightly script: cargo test --features compiletest_rs -matrix: allow_failures: - rust: nightly