From ac06a94ace327601474ff15a2fb98824ca49e832 Mon Sep 17 00:00:00 2001 From: Gil Date: Mon, 26 Feb 2018 10:51:58 -0800 Subject: Auto-style swift sources (#847) * Fix bash style issues * Exclude additional build output directories * Format swift files with scripts/style.sh * Reformat swift sources * Allow swiftformat 0.32.0 on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 042fab1..7c1c0b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ before_install: - bundle exec pod install --project-directory=Example --repo-update - bundle exec pod install --project-directory=Firestore/Example --no-repo-update - brew install clang-format + - brew install swiftformat - brew install cmake - brew install go # Somehow the build for Abseil requires this. - echo "$TRAVIS_COMMIT_RANGE" -- cgit v1.2.3