Skip to content

Commit 8ca43a3

Browse files
committed
run pod trunk push with verbose to not stall travis
1 parent 7aa6afb commit 8ca43a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ gem 'xcpretty'
77
gem 'xcodeproj'
88
gem 'cocoapods'
99
gem 'jazzy', '~> 0.9.0'
10-

Scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh -e
22
gem install bundler
33
bundle install
4-
bundle exec pod trunk push Parse.podspec
4+
bundle exec pod trunk push Parse.podspec --verbose

0 commit comments

Comments
 (0)