Skip to content

Commit

Permalink
Disable Ruby 2.5.0 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon High committed Jan 17, 2018
1 parent 326a866 commit 5b5a0f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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!

Expand Down

0 comments on commit 5b5a0f6

Please sign in to comment.