Skip to content

Commit

Permalink
Also test no_std with a target without std support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogeon committed Aug 11, 2019
1 parent 8951a44 commit 9888f90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ script:
cargo build -v;
fi

- if [ "$TRAVIS_RUST_VERSION" = "nightly" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then
rustup target add thumbv6m-none-eabi;
cargo build -v --target thumbv6m-none-eabi;
fi;

- cd ..
- cargo doc --all --exclude no_std_test
after_success:
Expand Down

0 comments on commit 9888f90

Please sign in to comment.