From a2f0026c18f955ddf4b5e52e2f7a58e1c0442644 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 5 Dec 2018 10:53:26 +0100 Subject: [PATCH] Fix ignore of ubuntu rust. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a162235..8e5fc98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,9 @@ rust: matrix: allow_failures: - - rust: nightly - - 1.28.0 + - rust: + - nightly + - 1.28.0 fast_finish: true cache: cargo