path_abs 0.4.1

Ergonomic paths and files in rust.
Documentation
language: rust

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

rust:
  - stable
  - beta
  - nightly

matrix:
  allow_failures:
    - rust: nightly

cache: cargo

notifications:
  email:
    on_success: never

script:
  - RUST_BACKTRACE=1 cargo test --verbose --all --no-fail-fast -- --nocapture
  - RUST_BACKTRACE=1 cargo test --verbose --all --no-fail-fast --no-default-features -- --nocapture