diff --git a/.travis.yml b/.travis.yml index 11ff9939..9be4eab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,14 @@ script: jobs: include: + - stage: best practices + rust: stable + install: + - rustup component add rustfmt + - rustup component add clippy + script: + - rustfmt --check + - cargo clippy -- -D warnings - stage: fuzz before_install: - sudo apt-get -qq update