From 993a52900e5b704e90871160497824136ea72a41 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 27 Oct 2019 11:34:28 +0000 Subject: [PATCH] Run tests on rust 1.13.0 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 120a4c7..72ca610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: rust rust: + - 1.13.0 - stable - beta - nightly @@ -8,5 +9,6 @@ jobs: - rust: nightly fast_finish: true script: + - cargo check --verbose --all --no-default-features - cargo build --verbose --all --all-features - - cargo test --verbose --all --all-features + - cargo test --verbose --all --all-features --no-fail-fast