From ddbfd4cc666f5227ab0e1f5a98c8a499ccbb32d1 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 30 Jun 2017 10:47:37 -0700 Subject: Add travis trailing whitespace check (#116) * Add travis trailing whitespace check * Remove trailing white space --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f740dce..271105f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,6 @@ before_install: - pod install --project-directory=Example --repo-update script: + - "! git grep ' $'" # Fail on trailing whitespace - ./test.sh - pod lib lint FirebaseCommunity.podspec --verbose | tail -40 -- cgit v1.2.3