diff --git a/.travis.yml b/.travis.yml index ecf9e7bc..9321d8a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ cache: cargo: true script: -- | - cargo build --all --verbose -j 1 && cargo test --all --verbose -j 1 + - cargo build --all --all-features --verbose -j 1 + - cargo test --all --all-features --verbose -j 1 notifications: email: