1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 11:50:42 +03:00

try again with the cargo fmt logic in travis

This commit is contained in:
Wez Furlong 2018-08-04 10:51:08 -07:00
parent 24207fa369
commit 860cc60519

View File

@ -18,7 +18,7 @@ before_script:
- PREFIX=$TRAVIS_BUILD_DIR ./ci/build_harfbuzz.sh
script:
- "[[ \"$TRAVIS_RUST_VERSION\" == \"stable\" ]] && cargo fmt --all -- --check"
- "if [[ \"$TRAVIS_RUST_VERSION\" == \"stable\" ]] ; then cargo fmt --all -- --check\" ; else true ; fi"
- cargo build --verbose --all
- cargo test --verbose --all