From b5454f1a913d246da9e56b4d8e1dd9873d6d65ce Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Sat, 13 Jan 2018 14:53:10 -0800 Subject: Validate clang-format compliance in travis (#648) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 18b04e2..4a6ad23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,11 @@ before_install: - gem install xcpretty - bundle exec pod install --project-directory=Example --repo-update - bundle exec pod install --project-directory=Firestore/Example --no-repo-update + - brew install clang-format script: - "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files + - ./scripts/style.sh test-only # Validate clang-format compliance - ./test.sh # TODO fix os_log deprecation warning in FIRLogger to remove --allow-warnings -- cgit v1.2.3