From 6eab6fae7d94b3514275e584197c16edd25ae5ec Mon Sep 17 00:00:00 2001 From: Jamie McClymont Date: Sat, 21 Sep 2019 05:01:23 +1200 Subject: [PATCH] Test thumbv8m.base on travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1497c7a0..64ba50bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,6 +62,10 @@ matrix: rust: nightly if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + - env: TARGET=thumbv8m.base-none-eabi + rust: nightly + if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) + before_install: set -e install: