1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-13 07:22:52 +03:00

update cargo fmt invocation for travis

This commit is contained in:
Wez Furlong 2018-08-04 09:58:40 -07:00
parent 0ce396f305
commit ea660b2cd5

View File

@ -18,7 +18,7 @@ before_script:
- PREFIX=$TRAVIS_BUILD_DIR ./ci/build_harfbuzz.sh
script:
- cargo fmt --all -- --write-mode=diff
- cargo fmt --all -- --check
- cargo build --verbose --all
- cargo test --verbose --all