mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
nth time is the charm
This commit is contained in:
parent
860cc60519
commit
3252f3a99a
@ -18,7 +18,7 @@ before_script:
|
||||
- PREFIX=$TRAVIS_BUILD_DIR ./ci/build_harfbuzz.sh
|
||||
|
||||
script:
|
||||
- "if [[ \"$TRAVIS_RUST_VERSION\" == \"stable\" ]] ; then cargo fmt --all -- --check\" ; else true ; fi"
|
||||
- "if [[ \"$TRAVIS_RUST_VERSION\" == \"stable\" ]] ; then cargo fmt --all -- --check ; else true ; fi"
|
||||
- cargo build --verbose --all
|
||||
- cargo test --verbose --all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user