rollbar 0.7.0

Track and report errors, exceptions and messages from your Rust application to Rollbar.
Documentation
language: rust

rust:
  - stable
  - nightly

cache:
  cargo: true

script:
   - |
       cargo build &&
       cargo test

env:
  global:
    - RUST_BACKTRACE=1