nightly rustfmt

This commit is contained in:
Aleksey Kladov 2018-07-30 14:14:11 +03:00
parent 1edb58a802
commit 9f1f2f952c

View File

@ -3,17 +3,16 @@ language: rust
matrix: matrix:
include: include:
- rust: stable - rust: stable
before_script:
- rustup component add rustfmt-preview
script: script:
- cargo fmt --all -- --check
- cargo test
- cargo gen-kinds --verify - cargo gen-kinds --verify
- cargo gen-tests --verify - cargo gen-tests --verify
- cargo test
- rust: nightly - rust: nightly
before_script: before_script:
- rustup component add clippy-preview - rustup component add clippy-preview
- rustup component add rustfmt-preview
script: script:
- cargo fmt --all -- --check
- cargo clippy - cargo clippy
branches: branches: