浏览代码

List python_cpp as failing on OS X

Thomas Van Lenten 9 年之前
父节点
当前提交
e0dd14cd3c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .travis.yml

+ 4 - 0
.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