float-ord 0.2.0

A total ordering for floating-point numbers
Documentation
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable

branches:
  only:
    - master
    - staging
    - trying

script:
  - cargo test --features="$FEATURES"

matrix:
  fast_finish: true

notifications:
  email: false