commandspec 0.12.2

Rust macro to build std::process::Command objects with shell syntax. Uses macro_rules! and works on stable.
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta

branches:
  only:
    # Enable building pull requests.
    #- master
    # This is where pull requests from "bors r+" are built.
    - staging
    # This is where pull requests from "bors try" are built.
    - trying

script:
  - cargo test