aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1aead9b..1497c7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,26 @@ matrix:
rust: stable
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
+ # MSRV
+ - env: TARGET=thumbv6m-none-eabi
+ rust: 1.31.0
+ if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
+
+ # MSRV
+ - env: TARGET=thumbv7m-none-eabi
+ rust: 1.31.0
+ if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
+
+ # MSRV
+ - env: TARGET=thumbv7em-none-eabi
+ rust: 1.31.0
+ if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
+
+ # MSRV
+ - env: TARGET=thumbv7em-none-eabihf
+ rust: 1.31.0
+ if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
+
- env: TARGET=thumbv6m-none-eabi
rust: nightly
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)