Files
advisory-db/.travis.yml
Tony Arcieri b139f2db89 Convert CI check process to use a bin instead of testing a lib
This allows us to add some additional commands to the Rust-based part of
this crate.
2018-07-23 12:28:10 -07:00

13 lines
182 B
YAML

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