mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-26 06:30:29 +00:00
travis: check style on stable only
This commit is contained in:
parent
36a5eb2110
commit
464ba4f334
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ before_script:
|
|||
- rustup component add rustfmt-preview
|
||||
|
||||
script:
|
||||
- make fmt
|
||||
- if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then make fmt; fi
|
||||
- make build
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue