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:
include:
- rust: stable
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo test
- cargo gen-kinds --verify
- cargo gen-tests --verify
- cargo test
- rust: nightly
before_script:
- rustup component add clippy-preview
- rustup component add rustfmt-preview
script:
- cargo fmt --all -- --check
- cargo clippy
branches: