calamari 0.1.0

Minimal, elegant and async REST API client for the Kraken cryptocurrency exchange
Documentation
language: rust

# Need to cache the whole `.cargo` directory to keep .crates.toml for
# cargo-update to work
cache:
  directories:
    - /home/travis/.cargo

# But don't cache the cargo registry
before_cache:
  - rm -rf /home/travis/.cargo/registry/{src,index}

matrix:
  include:
    - rust: stable
      env: RUST_VERSION=stable COV=yes

    - rust: beta
      env: RUST_VERSION=beta

    - rust: nightly
      env: RUST_VERSION=nightly

script:
  - ./run-travis-job.sh