File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ jobs:
264
264
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
265
265
266
266
- stage : test
267
- osx_image : xcode10.3
268
267
env :
269
268
- PROJECT=InAppMessagingDisplay PLATFORM=iOS METHOD=xcodebuild
270
269
before_install :
@@ -273,7 +272,6 @@ jobs:
273
272
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
274
273
275
274
- stage : test
276
- osx_image : xcode10.3
277
275
env :
278
276
- PROJECT=InAppMessagingDisplay PLATFORM=iPad METHOD=xcodebuild
279
277
before_install :
Original file line number Diff line number Diff line change @@ -92,10 +92,8 @@ function RunXcodebuild() {
92
92
fi
93
93
}
94
94
95
- # Remove each product when it moves up to Xcode 11
96
- if [[ $product == ' Firestore' || # #3949
97
- $product == ' InAppMessagingDisplay' # #3948
98
- ]]; then
95
+ # Remove Firestore when it moves up to Xcode 11
96
+ if [[ $product == ' Firestore' ]]; then # #3949
99
97
ios_flags=(
100
98
-sdk ' iphonesimulator'
101
99
-destination ' platform=iOS Simulator,name=iPhone 7'
You can’t perform that action at this time.
0 commit comments