Skip to content

Commit 3b133a6

Browse files
authored
Disable Xcode 8.3 tests (#4086)
1 parent e6f073a commit 3b133a6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,15 @@ jobs:
398398
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
399399

400400
# Test Firestore on Xcode 8 to use old llvm to ensure C++ portability.
401-
- stage: test
402-
osx_image: xcode8.3
403-
env:
404-
- PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild XCODE_VERSION=8.3.3
405-
before_install:
406-
- ./scripts/if_changed.sh ./scripts/install_prereqs.sh
407-
script:
408-
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
401+
# Disabled while we resolve issues discussed in #4084 and #4085
402+
# - stage: test
403+
# osx_image: xcode8.3
404+
# env:
405+
# - PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild XCODE_VERSION=8.3.3
406+
# before_install:
407+
# - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
408+
# script:
409+
# - travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
409410

410411
- stage: test
411412
env:

0 commit comments

Comments
 (0)