panic-ramdump 0.1.1

Keep panic messages in the targets' RAM
Documentation
language: rust
rust:
  - stable
  - nightly
cache: cargo
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
script:
  - rustup target add thumbv7m-none-eabi
  - cargo build