Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

484 changes: 0 additions & 484 deletions BuildFrameworks/FrameworkMaker.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions BuildFrameworks/Podfile

This file was deleted.

38 changes: 0 additions & 38 deletions BuildFrameworks/README.md

This file was deleted.

Loading