Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Show warnings from pod trunk push
  • Loading branch information
cbaker6 authored Nov 16, 2020
commit fe0b9c27dfcaaace334e596e55fc9de3ddb4cafc
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deploy:
provider: script
skip_cleanup: true
script: travis_wait bundle exec pod trunk push ParseLiveQuery.podspec --allow-warnings
script: bundle exec pod trunk push ParseLiveQuery.podspec --allow-warnings
on:
tags: true
all_branches: true
Expand Down