aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-02-18 13:22:05 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-02-18 13:22:05 -0500
commite0dd14cd3c9f3d60219cd6f7661f4768712eaa0a (patch)
tree4b3dc2a03e35ee0c6f1589fe5e82ac9c8db36217 /.travis.yml
parent507213b472e4075b4e6fd5d11a9ea21401ff2727 (diff)
List python_cpp as failing on OS X
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 c5053df5..9bc4d88f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,5 +67,9 @@ matrix:
env: CONFIG=ruby22
- os: osx
env: CONFIG=jruby
+ # https://github.com/google/protobuf/issues/1253 - Started failing when
+ # we moved to an OS X image that is 10.11.
+ - os: osx
+ env: CONFIG=python_cpp
notifications:
email: false