mirror of
https://github.com/wez/wezterm.git
synced 2024-11-13 07:22:52 +03:00
don't fail nightly/beta channels due to rustfmt differences
This commit is contained in:
parent
b73b41c356
commit
154a228192
@ -18,7 +18,7 @@ before_script:
|
||||
- PREFIX=$TRAVIS_BUILD_DIR ./ci/build_harfbuzz.sh
|
||||
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- [[ "$TRAVIS_RUST_VERSION" == "stable" ]] && cargo fmt --all -- --check
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user