From 3e592526ec889887874efd0e46ba3cf72f2f6f98 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 21 Nov 2017 17:02:22 -0800 Subject: Buildable and interoperable source pods (#444) --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 - -- cgit v1.2.3