From 630f285720d883ec56f136ce4febcaa8a661ef0c Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 14 Aug 2019 21:16:46 -0400 Subject: Only build in CI for now. Testing is complicated. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b52dc7a..2eeda40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: rust +script: + - rustup target add thumbv7em-none-eabihf + - cargo build --target thumbv7em-none-eabihf --features samd21e18a rust: - stable - beta -- cgit v1.2.3