Files
advisory-db/.travis.yml
Tony Arcieri cb4f7d11af lint: Check that affected_paths start with crate name
Uses the crate name as fetched from the crates.io API to ensure all
`affected_paths` begin with the crate name (i.e. are canonical)
2019-01-13 17:53:43 -08:00

16 lines
196 B
YAML

language: rust
cache: cargo
# check that the advisory-db is well-formed
script: cargo run check
branches:
only:
- master
rust:
- stable
notifications:
irc: 'irc.mozilla.org#rustsec'