aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-21 17:02:22 -0800
committerGravatar GitHub <noreply@github.com>2017-11-21 17:02:22 -0800
commit3e592526ec889887874efd0e46ba3cf72f2f6f98 (patch)
treede8cc73df387cd982ca9bbf517f8ff1a9c41cce3 /.travis.yml
parent32d6d6170fdca6f12a3fa51619081ad855815803 (diff)
Buildable and interoperable source pods (#444)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 24a2fc2..351bb85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,15 @@ before_install:
script:
- "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
- ./test.sh
- - bundle exec pod lib lint FirebaseCommunity.podspec --allow-warnings #pending #390 fix
+ - bundle exec pod lib lint FirebaseCore.podspec
+
+# TODO - Uncomment subsequent lines once FirebaseCore source repo is in public Specs repo
+# - bundle exec pod lib lint FirebaseAuth.podspec
+# - bundle exec pod lib lint FirebaseDatabase.podspec
+# - bundle exec pod lib lint FirebaseMessaging.podspec --allow-warnings #pending #390 fix
+# - bundle exec pod lib lint FirebaseStorage.podspec
+# - bundle exec pod lib lint Firestore/Firestore.podspec
branches:
only:
- master
-