talamel 0.2.0

TALAMEL: TA(g) L(ib) A(bstract) M(etadata) E(xtraction) L(ibrary), a simple C wrapper around taglib, designed for FFI use from rust
Documentation
language: rust

cache: cargo

os:
  - linux
  - osx

rust: 
  - stable

install:
  - if [ $TRAVIS_OS_NAME = linux ]; then cargo install --force cargo-deb; fi

script: 
  - cargo test --release --all -vv

matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true