浏览代码

Remove the allowed_failure for python_cpp as the bug was fixed.

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

+ 0 - 4
.travis.yml

@@ -50,10 +50,6 @@ matrix:
     - os: linux
     - os: linux
       env: CONFIG=python_compatibility
       env: CONFIG=python_compatibility
   allow_failures:
   allow_failures:
-    # 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
     # Mark the iOS test as flakey as xcodebuild some times fails to start the
     # Mark the iOS test as flakey as xcodebuild some times fails to start the
     # iOS Simulator.
     # iOS Simulator.
     - os: osx
     - os: osx