Skip to content

Merge integrated open source build updates from master #491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2017
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