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 f89da80 commit 0ed9ed4Copy full SHA for 0ed9ed4
.travis.yml
@@ -10,6 +10,7 @@ matrix:
10
script:
11
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then cargo test --verbose --all-features; fi
12
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then cargo bench --verbose --all-features --no-run; fi
13
+ - if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then rustup target add thumbv7m-none-eabi; fi
14
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then cargo build --verbose --no-default-features --target thumbv7m-none-eabi; fi
15
- if [[ "$TRAVIS_NIGHTLY" != "true" ]]; then cargo test --verbose; fi
16
0 commit comments