httpwsrep 0.4.2

HTTP status codes for Galera cluster
Documentation
language: rust

rust:
  - stable

os:
  - linux
  - osx

before_script:
  - rustup component add clippy

script:
  - cargo clippy -- -D warnings
  - cargo build

notifications:
  email:
    on_success: never