Skip to content

Commit

Permalink
Add libm to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jan 21, 2020
1 parent 95da8fe commit bfcd391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ matrix:
before_script:
- rustup target add $TARGET
script:
- cargo build --verbose --target $TARGET --no-default-features --features rand,serde
- cargo build --verbose --target $TARGET --no-default-features --features libm,rand,serde
- name: "rustfmt"
rust: 1.31.0
before_script:
Expand Down
4 changes: 2 additions & 2 deletions ci/test_full.sh
Expand Up @@ -5,8 +5,8 @@ set -ex
echo Testing num-complex on rustc ${TRAVIS_RUST_VERSION}

case "$TRAVIS_RUST_VERSION" in
1.31.*) FEATURES="serde" ;;
*) FEATURES="serde rand" ;;
1.31.*) FEATURES="libm serde" ;;
*) FEATURES="libm serde rand" ;;
esac

# num-complex should build and test everywhere.
Expand Down

0 comments on commit bfcd391

Please sign in to comment.