quickcheck 0.2.6

Automatic property based testing with shrinking.
language: rust

script:
 - cargo build --verbose
 - cargo test --verbose
 - cd quickcheck_macros
 - cargo build --verbose
 - cargo test --verbose