randomize 4.0.0-alpha.3

Simple and minimalist randomization library.
Documentation
language: rust
sudo: false
git:
  quiet: true

rust:
  - stable
  - beta
  - nightly

os:
  - linux
  - osx

branches:
  only:
    - staging
    - trying
    - master
    - dev
    - lokathor

matrix:
  fast_finish: true
  allow_failures:
  - rust: nightly

script:
  - rustup component add clippy
  - cargo clippy
  - cargo build --all-features
  - cargo build
  - cargo test --all-features
  - cargo test --release -- --ignored