interval-heap 0.0.5

A double-ended priority queue implemented with an interval heap
Documentation
language: rust
sudo: false
matrix:
    include:
        - rust: stable
        - rust: nightly
          env: FEATURES="--features drain"
script:
    - cargo build $FEATURES
    - cargo test $FEATURES
    - cargo doc --no-deps
after_success: |
    [ $TRAVIS_RUST_VERSION = stable ] &&
    [ $TRAVIS_BRANCH = master ] &&
    [ $TRAVIS_PULL_REQUEST = false ] &&
    bash deploy-docs.sh
notifications:
    webhooks: http://huon.me:54857/travis