Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,3 +451,4 @@ jobs:
branches:
only:
- master
- mph-master
2 changes: 2 additions & 0 deletions scripts/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ case "$PROJECT-$PLATFORM-$METHOD" in
gem install xcpretty
bundle exec pod install --project-directory=InAppMessagingDisplay/Example --repo-update
bundle exec pod install --project-directory=InAppMessaging/Example --repo-update
echo "InAppMessaging Podfile.lock"
cat InAppMessaging/Example/Podfile.lock
;;

Firestore-*-xcodebuild | Firestore-*-fuzz)
Expand Down