From 6339e9210b29cb29f64cde0d768ee089ed81b90e Mon Sep 17 00:00:00 2001 From: maik Date: Fri, 21 Jun 2019 11:04:30 +0200 Subject: [PATCH] Build only on stable and enable verbosity --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0e387b..470d4f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,7 @@ language: rust rust: - stable -- beta -- nightly matrix: - allow_failures: - - rust: nightly fast_finish: true include: - os: osx @@ -28,5 +24,5 @@ script: - cargo clippy -- -D warnings # Build everything in a separate step to make a # clear distinction between building and testing -- cargo test --no-run -- cargo test --no-fail-fast +- cargo test --no-run -vv +- cargo test --no-fail-fast -vv