We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718cd17 commit 6eab6faCopy full SHA for 6eab6fa
.travis.yml
@@ -62,6 +62,10 @@ matrix:
62
rust: nightly
63
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
64
65
+ - env: TARGET=thumbv8m.base-none-eabi
66
+ rust: nightly
67
+ if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
68
+
69
before_install: set -e
70
71
install:
0 commit comments