File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -398,14 +398,15 @@ jobs:
398
398
- travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
399
399
400
400
# 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
409
410
410
411
- stage : test
411
412
env :
You can’t perform that action at this time.
0 commit comments