Skip to content

Commit

Permalink
Merge #141
Browse files Browse the repository at this point in the history
141: Also test no_std with a target without std support r=Ogeon a=Ogeon

As suggested in #140 (comment).

Co-authored-by: Erik Hedvall <[email protected]>
  • Loading branch information
bors[bot] and Ogeon committed Aug 11, 2019
2 parents 8951a44 + 9888f90 commit 6cb2cb0
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 6cb2cb0

Please sign in to comment.