clipboard2 0.1.1

clipboard2 is an improved version of clipboard-rs with better error handling and MIME type handling on Windows
language: rust

rust:
  - stable
  - beta
  - nightly

os:
  - linux
  - osx

cache: cargo

matrix:
  fast_finish: true

script:
  - cargo build --verbose --examples
  - cargo test --verbose

notifications:
  email: false