Skip to content

Commit 481f534

Browse files
authored
Speed up regular testing (#3098)
1 parent 9a90af0 commit 481f534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ jobs:
119119
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
120120
script:
121121
- 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
124122

125123
# pod lib lint to check build and warnings for dynamic framework build (use_frameworks!)
126124
- stage: test
@@ -167,6 +165,8 @@ jobs:
167165
# The Protobuf dependency of FirebaseMessaging has warnings with --use-libraries.
168166
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseMessaging.podspec --use-libraries --allow-warnings
169167
- 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
170170

171171
- stage: test
172172
if: type = cron

0 commit comments

Comments
 (0)