From 94c30dd1eb7ebe160f688fd6583656dfdde4725c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gro=C3=9F?= Date: Mon, 6 Aug 2018 14:50:26 +0200 Subject: [PATCH] updated travis to test all features --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 037000f..077438d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,8 +98,8 @@ script: - cargo build - cargo build --release - cargo test - - cargo test --release - - cargo doc --release + - cargo test --all-features --release + - cargo doc --all-features --release - cd examples/embedded_linux && cargo build && cd ../../ #- cd ../f3_stm32f30x && cargo build