From 72d8be3dfac415e0843417b1ae9e5b8f98e22b88 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Wed, 30 May 2018 10:22:57 -0400 Subject: Re-enable Messaging lints (#1352) They were disabled in #1277 because of an unreleased Core change, but the Core version is public now. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7cec178..dea83ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ jobs: - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseCore.podspec - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseAuth.podspec - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseDatabase.podspec -# - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseMessaging.podspec + - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseMessaging.podspec - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseStorage.podspec - ./scripts/if_changed.sh bundle exec pod lib lint FirebaseFunctions.podspec @@ -83,7 +83,7 @@ jobs: - ./scripts/if_cron.sh bundle exec pod lib lint FirebaseAuth.podspec --use-libraries - ./scripts/if_cron.sh bundle exec pod lib lint FirebaseDatabase.podspec --use-libraries # The Protobuf dependency of FirebaseMessaging has warnings with --use-libraries -# - ./scripts/if_cron.sh bundle exec pod lib lint FirebaseMessaging.podspec --use-libraries --allow-warnings + - ./scripts/if_cron.sh bundle exec pod lib lint FirebaseMessaging.podspec --use-libraries --allow-warnings - ./scripts/if_cron.sh bundle exec pod lib lint FirebaseStorage.podspec --use-libraries - ./scripts/if_cron.sh bundle exec pod lib lint FirebaseFunctions.podspec --use-libraries -- cgit v1.2.3