aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-15 10:39:35 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-15 10:39:35 -0500
commita839c67dfe6ea49ae86c75c7744e0fe3ec42f31e (patch)
treecf7ac246211d327ab1f162fb5a25e9b4fd6866cf /.travis.yml
parent2e17639133ced527400330b1126f713aedc96729 (diff)
Remove the allowed_failure for python_cpp as the bug was fixed.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 269c2df6..44a7701b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,10 +50,6 @@ matrix:
- os: linux
env: CONFIG=python_compatibility
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
# iOS Simulator.
- os: osx