From 5b5a0f6dbad23b32c769aef48a137bc624c842ca Mon Sep 17 00:00:00 2001 From: Brandon High Date: Wed, 17 Jan 2018 10:10:43 -0800 Subject: [PATCH] Disable Ruby 2.5.0 in Travis See https://github.com/travis-ci/travis-ci/issues/8969 . --- .travis.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2567cc2..75fc83a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ rvm: - 2.2.9 - 2.3.6 - 2.4.3 - - 2.5.0 +# Disabled until https://github.com/travis-ci/travis-ci/issues/8969 is resolved +# - 2.5.0 diff --git a/README.md b/README.md index 5f49fad..794a12f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ pathspec-ruby - 2.2.9 (Maintenance) - 2.3.6 (Stable) - 2.4.3 (Stable) -- 2.5.0 (Stable) +- 2.5.0 (Stable) [Disabled in Travis](https://github.com/travis-ci/travis-ci/issues/8969) Match Path Specifications, such as .gitignore, in Ruby!