json 0.11.13

JSON implementation in Rust
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

branches:
  except:
    - dev
    - benches

matrix:
  allow_failures:
    - rust: nightly

os:
  - linux