num-traits 0.1.43

Numeric traits for generic mathematics
Documentation
language: rust
rust:
  - 1.8.0
  - stable
  - beta
  - nightly
sudo: false
script:
  - cargo build --verbose
  - ./ci/test_full.sh
notifications:
  email:
    on_success: never
branches:
  only:
    - master
    - num-traits-0.1.x
    - next
    - staging
    - trying