algorithmia 2.1.3

Client for calling algorithms and managing data hosted on the Algorithmia marketplace
Documentation
language: rust
sudo: false
cache: cargo

rust:
  - 1.15.0
  - stable
  - beta
  - nightly

os:
  - linux
  - osx

matrix:
  allow_failures:
    - rust: nightly

script:
  # interleave building and testing in hope that it saves time
  # also avoid doc-testing multiple times---it takes more time and rarely helps
  - cargo build -v
  - cargo test -v
  - cargo build -v --no-default-features --features with-rustc-serialize
  - cargo test -v --no-default-features --features with-rustc-serialize --lib