Skip to content

Commit

Permalink
fixup! Ensure it builds in nostd
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Oct 25, 2019
1 parent f89da80 commit 0ed9ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
script:
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then cargo test --verbose --all-features; fi
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then cargo bench --verbose --all-features --no-run; fi
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then rustup target add thumbv7m-none-eabi; fi
- if [[ "$TRAVIS_NIGHTLY" == "true" ]]; then cargo build --verbose --no-default-features --target thumbv7m-none-eabi; fi
- if [[ "$TRAVIS_NIGHTLY" != "true" ]]; then cargo test --verbose; fi

Expand Down

0 comments on commit 0ed9ed4

Please sign in to comment.