From fe434a729f9b43cec3aea1f31c038cd59b81f386 Mon Sep 17 00:00:00 2001 From: Chris <11088935+caemor@users.noreply.github.com> Date: Tue, 15 Jan 2019 17:38:03 +0100 Subject: [PATCH] add no_std compatibility test This should check that the crate stays no_std compatible in the future --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d180731..7dcbff9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ rust: script: - cargo build --verbose - cargo test --verbose + - cargo check --target thumbv7m-none-eabi # check for no_std matrix: allow_failures: - rust: nightly