Skip to content

Commit 93328df

Browse files
committed
Add libm to no_std CI
1 parent c4256bd commit 93328df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
- rustup target add $TARGET
2323
script:
2424
- cargo build --verbose --target $TARGET --no-default-features --features i128
25+
- cargo build --verbose --target $TARGET --no-default-features --features libm
2526
- name: "rustfmt"
2627
rust: 1.31.0
2728
before_script:

0 commit comments

Comments
 (0)