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

maybe fix quoting for travis

This commit is contained in:
Wez Furlong 2018-08-04 10:41:49 -07:00
parent 154a228192
commit 24207fa369

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
- "[[ \"$TRAVIS_RUST_VERSION\" == \"stable\" ]] && cargo fmt --all -- --check"
- cargo build --verbose --all
- cargo test --verbose --all