clipboard-win 2.0.0

Provides simple way to interact with Windows clipboard.
Documentation
branches:
  only:
    - master
  except:
    - gh-pages

environment:
  matrix:
  - TARGET: x86_64-pc-windows-gnu
    CHANNEL: beta
  - TARGET: i686-pc-windows-msvc
    CHANNEL: beta
  - TARGET: x86_64-pc-windows-msvc
    CHANNEL: beta
  api:
    secure: ZQiyxjBbshVpIVZbZl9h23yGuqlq+8j615c0B2z7VxdEAW1wggIfkebJqpgZclk2
  git_token:
    secure: H5PQSeh6rHOoDLktlYlVLYu/iJMTwzzNVk8Wr//nqbYC7xrJuGDwKwiev/0Bl2d3

install:
  - curl -sSf -o rustup-init.exe https://win.rustup.rs
  - rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
  - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
  - rustc -Vv
  - cargo -V

build: false

test_script:
  - ps: $env:RUST_TEST_THREADS=1
  - ps: echo "let's save some clipboard!" | Clip
  - cargo test