sentry-types 0.11.0

Common reusable types for implementing the sentry.io protocol.
Documentation
os: linux
language: rust
cache:
  cargo: true

git:
  depth: 1

branches:
  only:
    - master
    - /^release\/.+$/

script: make $SUITE

matrix:
  include:
    - env: SUITE=test
    - env: SUITE=test
      rust: "1.31.0"
    - env: SUITE=format-check
    - env: SUITE=lint

  allow_failures:
    - env: SUITE=format-check
    - env: SUITE=lint

notifications:
  webhooks:
    urls:
      - https://zeus.ci/hooks/37b5324c-46d2-11e8-9c92-0a580a28001f/public/provider/travis/webhook
    on_success: always
    on_failure: always
    on_start: always
    on_cancel: always
    on_error: always