egg-mode 0.10.0

Library to interact with the Twitter API
Documentation
language: rust
cache: cargo
rust:
  - 1.17.0
  - stable
  - beta
  - nightly
script:
  - touch examples/common/consumer_key examples/common/consumer_secret
  - cargo build --verbose
  - cargo test --verbose
matrix:
  allow_failures:
    - rust: nightly