File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ jobs:
119
119
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
120
120
script :
121
121
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb GoogleUtilities.podspec
122
- - travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb GoogleUtilities.podspec --use-libraries
123
- - travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb GoogleUtilities.podspec --use-modular-headers
124
122
125
123
# pod lib lint to check build and warnings for dynamic framework build (use_frameworks!)
126
124
- stage : test
@@ -167,6 +165,8 @@ jobs:
167
165
# The Protobuf dependency of FirebaseMessaging has warnings with --use-libraries.
168
166
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseMessaging.podspec --use-libraries --allow-warnings
169
167
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseMessaging.podspec --use-modular-headers
168
+ - travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb GoogleUtilities.podspec --use-libraries
169
+ - travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb GoogleUtilities.podspec --use-modular-headers
170
170
171
171
- stage : test
172
172
if : type = cron
You can’t perform that action at this time.
0 commit comments