compiletest_rs 0.0.9

The compiletest utility from the Rust compiler as a standalone testing harness
language: rust
rust: nightly
script: cd test-project && cargo test

notifications:
  email:
    - pmunksgaard@gmail.com
    - laumann.thomas@gmail.com