1
1
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:
Wez Furlong 2018-08-04 10:14:48 -07:00
parent b73b41c356
commit 154a228192

View File

@ -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