@@ -46,12 +46,11 @@ jobs:
46
46
47
47
- stage : test
48
48
env :
49
- - PROJECT=ABTesting METHOD=pod-lib-lint QUICKSTART=ABtesting
49
+ - PROJECT=ABTesting METHOD=pod-lib-lint
50
50
before_install :
51
51
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
52
52
script :
53
53
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseABTesting.podspec --platforms=ios
54
- - travis_retry ./scripts/if_changed.sh ./scripts/test_quickstart.sh ABTesting
55
54
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseABTesting.podspec --platforms=tvos
56
55
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseABTesting.podspec --platforms=macos
57
56
@@ -127,14 +126,6 @@ jobs:
127
126
script :
128
127
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseDatabase.podspec --skip-tests --platforms=ios
129
128
130
- - stage : test
131
- env :
132
- - PROJECT=DynamicLinks METHOD=pod-lib-lint QUICKSTART=DynamicLinks
133
- before_install :
134
- - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
135
- script :
136
- - travis_retry ./scripts/if_changed.sh ./scripts/test_quickstart.sh DynamicLinks
137
-
138
129
- stage : test
139
130
osx_image : xcode10.3
140
131
env :
@@ -180,12 +171,11 @@ jobs:
180
171
181
172
- stage : test
182
173
env :
183
- - PROJECT=Functions METHOD=pod-lib-lint QUICKSTART=Functions
174
+ - PROJECT=Functions METHOD=pod-lib-lint
184
175
before_install :
185
176
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh # Start integration test server
186
177
script :
187
178
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseFunctions.podspec
188
- - travis_retry ./scripts/if_changed.sh ./scripts/test_quickstart.sh Functions
189
179
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseFunctions.podspec --use-libraries
190
180
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseFunctions.podspec --use-modular-headers
191
181
@@ -207,12 +197,11 @@ jobs:
207
197
208
198
- stage : test
209
199
env :
210
- - PROJECT=InAppMessaging PLATFORM=iOS METHOD=xcodebuild QUICKSTART=InAppMessaging
200
+ - PROJECT=InAppMessaging PLATFORM=iOS METHOD=xcodebuild
211
201
before_install :
212
202
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
213
203
script :
214
204
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
215
- - travis_retry ./scripts/if_changed.sh ./scripts/test_quickstart.sh InAppMessaging
216
205
217
206
- stage : test
218
207
osx_image : xcode10.3
0 commit comments