[go: up one dir, main page]

sentry 0.3.0

Sentry (getsentry.com) client for rust ;)
Documentation
language: rust
cache:
  cargo: true

git:
  depth: 1

if: tag IS blank
script: make $SUITE

matrix:
  include:
    - os: linux
      env: SUITE=checkall
    - os: linux
      env: SUITE=cargotest
    - os: osx
      env: SUITE=checkall
    - os: osx
      env: SUITE=cargotest
    - os: linux
      env: SUITE=format-check
      install: rustup component add rustfmt-preview