aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-15 10:36:49 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2017-11-15 10:36:49 -0500
commit2e17639133ced527400330b1126f713aedc96729 (patch)
tree3451519230e0191e80eea4968a58e2bfe6274055 /.travis.yml
parentc46571bc171334812553df7e48b8cd4bde433b07 (diff)
Remove the ruby tests from travis configs.
Looking at tarvis history for master, jruby doesn't look like it has passed in a really long time. The other two tests have been failing for a few weeks. Since travis has limited osx hosts, seems better to just remove things we aren't expecting to pass.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index b6c19d24..269c2df6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,9 +24,6 @@ env:
- CONFIG=objectivec_cocoapods_integration
- CONFIG=python
- CONFIG=python_cpp
- - CONFIG=ruby21
- - CONFIG=ruby22
- - CONFIG=jruby
- CONFIG=php5.6_mac
- CONFIG=php7.0_mac
matrix:
@@ -53,11 +50,6 @@ matrix:
- os: linux
env: CONFIG=python_compatibility
allow_failures:
- # These currently do not work on OS X but are being worked on by @haberman.
- - os: osx
- 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