pf 0.1.1

transfer file command line tool
language: rust
cache: cargo

sudo: false

os:
    - linux
    - osx

rust:
    - stable
    - beta 
    - nightly

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