tst 0.3.4

Ternary search trie collection in rust with similar API to std::collections as it possible
Documentation
sudo: false
language: rust
rust: 1.4.0
addons:
  apt:
    packages:
      - libcurl4-openssl-dev
      - libelf-dev
      - libdw-dev

branches:
  except:
    - gh-pages

script:
  - cargo test
  - cargo doc

after_success:
  - export PATH=$PATH:$HOME/kcov/bin
  - bash install-kcov.sh && kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo --exclude-path=tests target/kcov target/debug/ut-*
  - bash deploy-docs.sh