aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-05-14 12:04:56 -0700
committerGravatar GitHub <noreply@github.com>2018-05-14 12:04:56 -0700
commitbf73cfaf022c0c3eccbf5e439e9fd66d7d36f329 (patch)
tree02bfc418db578ab32ee07a8ff6cf97868d7b1230 /.travis.yml
parent08f447cd3fffae80748239daada493fcc19c111f (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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