image 0.2.0-alpha.3

A pure rust imaging library. Note that there is a bug in crates.io use image = "~0.2.0" for your dependency instead of the suggested one.
language: rust
notifications:
    irc: "irc.mozilla.org#piston-internals"
os:
    - linux
    - osx
env:
    global:
        - secure: Y5j1OZFM1Z8DjX4Kl3PBGH+5bBBxX1Zv2swR4lDVzWgyO8p0OHFfyXVR184S6YKLAbrV22HGw0ODBJHvLKf0gdHJevPVYpFBl6wgjh7kOnt7YEod8k4Lk/3JA2sdoEA/kBl2I61R+guFvJkUEGKts1v/bQbAkykkCjQ5JMmDDBw=
before_script:
    - rustc -v
    - cargo -V
script:
    - cargo build -v
    - cargo test -v
    - cargo doc -v
after_success:
    - cp -R target/doc doc
    - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
    - rm -r doc