histo_fp 0.2.1

Simple histograms with configurable floating point buckets and floating point samples
Documentation
sudo: false
language: rust

rust:
  - nightly

cache: cargo

env:
  matrix:
    - JOB="test"  PROFILE=""          FEATURES=""
    - JOB="test"  PROFILE=""          FEATURES="quickcheck"
    - JOB="test"  PROFILE="--release" FEATURES=""
    - JOB="test"  PROFILE="--release" FEATURES="quickcheck"
    - JOB="bench" PROFILE="--release" FEATURES=""

matrix:
  fast_finish: true

script: ./ci/script.sh