aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-10 09:07:08 -0700
committerGravatar GitHub <noreply@github.com>2018-05-10 09:07:08 -0700
commit5adea4e6f9a08ccaf64cfa5cea04989656bb548c (patch)
tree646c0bd80a7a1d92b7c7fe8acc513bfa56ebcd75 /.travis.yml
parent9ba088053d5680ac4720fa488367c745b994d006 (diff)
Disable Firestore pod lint subspec checking (#1258)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 64e94d0..7e138b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ jobs:
before_install:
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
script:
- - travis_wait ./scripts/if_changed.sh bundle exec pod lib lint FirebaseFirestore.podspec --allow-warnings
+ - travis_wait ./scripts/if_changed.sh bundle exec pod lib lint FirebaseFirestore.podspec --allow-warnings --no-subspecs
# Alternative platforms