language-reporting 0.4.0

Diagnostic reporting for programming languages
Documentation
language: rust
rust:
  - stable
cache:
  - cargo
script:
  - RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
matrix:
  fast_finish: true
os:
  - linux
  - osx