From 6e7e6b5aec3e4ac63927c43c46c6505e959d74ed Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 2 Aug 2019 17:07:33 -0700 Subject: [PATCH] Run CI against all workspace members. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1189142..1cf8fb23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ before_script: script: - "cargo audit" - "cargo fmt --all -- --check" - - "cargo clippy --all-targets --all-features -- -D warnings" - - "cargo build --verbose" - - "cargo test --verbose" + - "cargo clippy --all --all-targets --all-features -- -D warnings" + - "cargo build --all --verbose" + - "cargo test --all --verbose" notifications: email: false irc: