From 3252f3a99a335c6525fd5a65d4207bdf93d64eae Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 4 Aug 2018 10:58:31 -0700 Subject: [PATCH] nth time is the charm --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6778deb1..86c410320 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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