From fd7e737c202a6c4935ea9c0f27997d040e04a5de Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 8 Dec 2017 14:26:29 -0800 Subject: [PATCH] Put back the original Rust config, maybe this will work --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9787ea5..764b79c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ matrix: include: - language: rust - rust:\n- stable\n- beta\n -nightly + rust: + - stable + - beta + - nightly matrix: allow_failures: - rust: nightly