aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-02-26 10:51:58 -0800
committerGravatar GitHub <noreply@github.com>2018-02-26 10:51:58 -0800
commitac06a94ace327601474ff15a2fb98824ca49e832 (patch)
tree1a96b61ccdd64917f3b8e41c25e66f3c7236e414 /.travis.yml
parentd4ec10577a40e8a913070cf40a29636c41aafbd2 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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"