We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81583f commit 49505e8Copy full SHA for 49505e8
.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 cargo build --verbose --no-default-features --target thumbv7m-none-eabi; fi
14
- if [[ "$TRAVIS_NIGHTLY" != "true" ]]; then cargo test --verbose; fi
15
16
cache: cargo
0 commit comments