socketio-rust-emitter 0.1.2

A Rust implementation of socketio-emitter
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
cache: cargo
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
deploy:
  provider: cargo
  token: $CRATESIO_TOKEN
  on:
    condition: $TRAVIS_RUST_VERSION = stable
    tags: true