@@ -133,35 +133,35 @@ jobs:
133
133
before_install :
134
134
- npm install ios-sim -g
135
135
- ios-sim start --devicetypeid "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus, 11.3"
136
- - ./scripts/if_changed .sh ./scripts/install_prereqs.sh
136
+ - ./scripts/if_cron .sh ./scripts/install_prereqs.sh
137
137
script :
138
- - travis_retry ./scripts/if_changed .sh ./scripts/build.sh $PROJECT $PLATFORM
138
+ - travis_retry ./scripts/if_cron .sh ./scripts/build.sh $PROJECT $PLATFORM
139
139
140
140
- stage : test
141
141
osx_image : xcode9.4
142
142
env :
143
143
- PROJECT=InAppMessaging PLATFORM=iOS METHOD=xcodebuild
144
144
before_install :
145
- - ./scripts/if_changed .sh ./scripts/install_prereqs.sh
145
+ - ./scripts/if_cron .sh ./scripts/install_prereqs.sh
146
146
script :
147
- - travis_retry ./scripts/if_changed .sh ./scripts/build.sh $PROJECT $PLATFORM
147
+ - travis_retry ./scripts/if_cron .sh ./scripts/build.sh $PROJECT $PLATFORM
148
148
149
149
- stage : test
150
150
osx_image : xcode9.4
151
151
env :
152
152
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild
153
153
before_install :
154
- - ./scripts/if_changed .sh ./scripts/install_prereqs.sh
154
+ - ./scripts/if_cron .sh ./scripts/install_prereqs.sh
155
155
script :
156
- - travis_retry ./scripts/if_changed .sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
156
+ - travis_retry ./scripts/if_cron .sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
157
157
158
158
- stage : test
159
159
env :
160
160
- PROJECT=Firestore PLATFORM=macOS METHOD=cmake
161
161
before_install :
162
- - ./scripts/if_changed .sh ./scripts/install_prereqs.sh
162
+ - ./scripts/if_cron .sh ./scripts/install_prereqs.sh
163
163
script :
164
- - travis_retry ./scripts/if_changed .sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
164
+ - travis_retry ./scripts/if_cron .sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
165
165
166
166
- stage : test
167
167
osx_image : xcode8.3
@@ -178,32 +178,32 @@ jobs:
178
178
env :
179
179
- PROJECT=Firebase PLATFORM=iOS METHOD=pod-lib-lint
180
180
before_install :
181
- - ./scripts/if_changed .sh ./scripts/install_prereqs.sh
181
+ - ./scripts/if_cron .sh ./scripts/install_prereqs.sh
182
182
script :
183
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh GoogleUtilities.podspec
184
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseCore.podspec
185
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseAnalyticsInterop.podspec
186
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseAuth.podspec
187
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseAuthInterop.podspec
188
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseDatabase.podspec
189
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseDynamicLinks.podspec
190
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseInstanceID.podspec
191
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseMessaging.podspec
192
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseStorage.podspec
193
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseFunctions.podspec
194
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseInAppMessaging.podspec
195
- - travis_retry ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseInAppMessagingDisplay.podspec
183
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh GoogleUtilities.podspec
184
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseCore.podspec
185
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseAnalyticsInterop.podspec
186
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseAuth.podspec
187
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseAuthInterop.podspec
188
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseDatabase.podspec
189
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseDynamicLinks.podspec
190
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseInstanceID.podspec
191
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseMessaging.podspec
192
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseStorage.podspec
193
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseFunctions.podspec
194
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseInAppMessaging.podspec
195
+ - travis_retry ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseInAppMessagingDisplay.podspec
196
196
197
197
- stage : test
198
198
osx_image : xcode9.4
199
199
env :
200
200
- PROJECT=Firestore PLATFORM=iOS METHOD=pod-lib-lint
201
201
before_install :
202
- - ./scripts/if_changed .sh ./scripts/install_prereqs.sh
202
+ - ./scripts/if_cron .sh ./scripts/install_prereqs.sh
203
203
script :
204
204
# Eliminate the one warning from BoringSSL when CocoaPods 1.6.0 is available.
205
205
# The travis_wait is necessary because the command takes more than 10 minutes.
206
- - travis_wait 45 ./scripts/if_changed .sh ./scripts/pod_lib_lint.sh FirebaseFirestore.podspec --allow-warnings --no-subspecs
206
+ - travis_wait 45 ./scripts/if_cron .sh ./scripts/pod_lib_lint.sh FirebaseFirestore.podspec --allow-warnings --no-subspecs
207
207
208
208
# Community-supported platforms
209
209
0 commit comments