aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-12-09 10:24:33 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-12-09 10:24:33 -0500
commit70e21d7cf9bce62ccae8ab89088873598b14238e (patch)
tree5ca60e5cebd9acc2564ed3a264f5da244a89f5b0 /.travis.yml
parentbc9d0774f374ffa5128e2d5c6c62db556a6a4968 (diff)
Mark objectivec_cocoapods_integration as failing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a34cb83b..7011546e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,6 +73,10 @@ matrix:
# we moved to an OS X image that is 10.11.
- os: osx
env: CONFIG=python_cpp
+ # This started failing with the OS X 10.12 / Xcode 8.1 image.
+ # https://github.com/google/protobuf/issues/2472
+ - os: osx
+ env: CONFIG=objectivec_cocoapods_integration
# Mark the iOS test as flakey as xcodebuild some times fails to start the
# iOS Simulator.
- os: osx