waitgroup 0.1.2

Async waitgroup for a collection of task to finish
Documentation
language: rust
rust:
  - stable
sudo: false
cache: cargo

before_script:
- rustup component add rustfmt
script:
  - cargo fmt --all -- --check
  - bash ./.travis.build.sh