pinto 0.1.0

SQL query builder
language: rust

rust:
  - stable
  - beta

cache: cargo

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