Skip to content

Commit

Permalink
add automatic travis checks for formatting/clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeisler committed Jan 11, 2020
1 parent 9b17146 commit 71e0c2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,14 @@ script:

jobs:
include:
- stage: best practices
rust: stable
install:
- rustup component add rustfmt
- rustup component add clippy
script:
- rustfmt --check src/lib.rs
- cargo clippy -- -D warnings
- stage: fuzz
before_install:
- sudo apt-get -qq update
Expand Down

0 comments on commit 71e0c2a

Please sign in to comment.