From d42c5c04aa26ca72ab84760b9425891f316bae0a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 7 Dec 2018 16:06:09 +0100 Subject: Make testing all features actually fail the test job --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2e1e8ec..77f5fdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,7 @@ before_script: script: - cargo test --all - if [[ "${TRAVIS_RUST_VERSION}" == stable ]]; then - cd testing && cargo test --features full; - cargo fmt -- --check; + cd testing && cargo test --features full && cargo fmt -- --check; fi - if [[ "${TRAVIS_RUST_VERSION}" == nightly ]]; then cd testing && cargo test --features with-rocket; -- cgit