rustc-llvm-proxy 0.2.0

Dynamically proxy LLVM calls into Rust own shared library
Documentation
language: rust
cache: cargo

matrix:
  include:
    - os: linux
      rust: nightly

    - os: linux
      rust: stable

    - os: osx
      rust: nightly

    - os: osx
      rust: stable

script:
  - cargo check
  - cargo test

branches:
  only:
    - master

notifications:
  email:
    on_success: never