Skip to content

Commit 365dfda

Browse files
paulb777christibbs
authored andcommitted
Run FIAMDisplay CI on Xcode 11 (#3959)
1 parent b37ab3b commit 365dfda

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ jobs:
264264
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
265265

266266
- stage: test
267-
osx_image: xcode10.3
268267
env:
269268
- PROJECT=InAppMessagingDisplay PLATFORM=iOS METHOD=xcodebuild
270269
before_install:
@@ -273,7 +272,6 @@ jobs:
273272
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM
274273

275274
- stage: test
276-
osx_image: xcode10.3
277275
env:
278276
- PROJECT=InAppMessagingDisplay PLATFORM=iPad METHOD=xcodebuild
279277
before_install:

scripts/build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,8 @@ function RunXcodebuild() {
9292
fi
9393
}
9494

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
9997
ios_flags=(
10098
-sdk 'iphonesimulator'
10199
-destination 'platform=iOS Simulator,name=iPhone 7'

0 commit comments

Comments
 (0)