rlua 0.13.0

High level bindings to Lua 5.3
Documentation
language: rust
env:
  - RUSTFLAGS="-D warnings"
matrix:
  include:
    - rust: stable
    - rust: beta
    - rust: nightly 
      script: cargo test --features compiletest_rs
  allow_failures:
    - rust: nightly