Add libm to no_std CI

This commit is contained in:
Josh Stone 2019-09-27 10:56:03 -07:00
parent c4256bd4df
commit 93328dfc90
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ matrix:
- rustup target add $TARGET
script:
- cargo build --verbose --target $TARGET --no-default-features --features i128
- cargo build --verbose --target $TARGET --no-default-features --features libm
- name: "rustfmt"
rust: 1.31.0
before_script: