Skip to content

Commit 49505e8

Browse files
committed
Ensure it builds in nostd
1 parent b81583f commit 49505e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ matrix:
1010
script:
1111
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then cargo test --verbose --all-features; fi
1212
- 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
1314
- if [[ "$TRAVIS_NIGHTLY" != "true" ]]; then cargo test --verbose; fi
1415

1516
cache: cargo

0 commit comments

Comments
 (0)