forecast_io 0.4.0

An unofficial Rust wrapper for the forecast.io API.
language: rust
rust:
    - stable
    - beta
    - nightly
sudo: false
os:
    - linux
cache:
    directories:
        - $TRAVIS_BUILD_DIR/target
        - $HOME/.cargo

script:
    - cargo test