digitalocean 0.0.2

A crate for accessing and interacting with the DigitalOcean API.
Documentation
language: rust
sudo: required
env:
  global:
    - RUST_BACKTRACE=1
cache: cargo

matrix:
  include:
    - rust: nightly
      os: linux
    - rust: stable
      os: linux
    - rust: nightly
      os: osx
    - rust: stable
      os: osx