From bf73cfaf022c0c3eccbf5e439e9fd66d7d36f329 Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Mon, 14 May 2018 12:04:56 -0700 Subject: Temporarily disable Messaging pod lints (#1277) There's an unreleased change in Core that Messaging relies on, but Travis currently pulls in the publicly released version of Core causing the linting to fail. This should be re-enabled once either a) Core is released, or b) we support pointing to local pods for dependencies on Travis - whichever of the two come first. An issue will be opened to re-enable the linting. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dea83ed..7cec178 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