linked-hash-map 0.0.9

A HashMap wrapper that holds key-value pairs in insertion order
Documentation
language: rust
sudo: false
matrix:
    include:
        - rust: beta
        - rust: nightly
          env: FEATURES="--features nightly"
script:
    - cargo build $FEATURES
    - cargo test $FEATURES
    - cargo doc --no-deps $FEATURES
after_success: |
    [ $TRAVIS_RUST_VERSION = nightly ] &&
    [ $TRAVIS_BRANCH = master ] &&
    [ $TRAVIS_PULL_REQUEST = false ] &&
    bash deploy-docs.sh
notifications:
    webhooks: http://huon.me:54857/travis