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