mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +00:00
travis: check style on stable only
This commit is contained in:
parent
36a5eb2110
commit
464ba4f334
@ -16,6 +16,6 @@ before_script:
|
|||||||
- rustup component add rustfmt-preview
|
- rustup component add rustfmt-preview
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make fmt
|
- if [ "$TRAVIS_RUST_VERSION" == "stable" ]; then make fmt; fi
|
||||||
- make build
|
- make build
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user