Skip to content

Commit

Permalink
Merge pull request #1281 from errbit/chore/require-ruby-25-passing
Browse files Browse the repository at this point in the history
CI: require ruby 2.5 passing
  • Loading branch information
rud committed Jul 12, 2018
2 parents 8878203 + e4fbc99 commit 9f42425
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
@@ -1,17 +1,19 @@
language: ruby

rvm:
- 2.3
- 2.4
# Let's build with the most relevant versions first:
- 2.5
- 2.4
- 2.3
- ruby-head

env:
global:
- COVERAGE=true JRUBY_OPTS=--debug
matrix:
- MONGODB=3.2.18
- MONGODB=3.4.10
- MONGODB=3.6.2
- MONGODB=4.0.0
- MONGODB=3.6.6
- MONGODB=3.4.15

sudo: false

Expand Down Expand Up @@ -39,4 +41,4 @@ script:

matrix:
allow_failures:
- rvm: 2.5
- rvm: ruby-head
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,8 +57,8 @@ updates and notifications.

The list of requirements to install Errbit are:

* Ruby 2.3.x-2.4.x (>= 2.5.x not yet supported)
* MongoDB 3.2.x-3.6.x (>= 4.0.x not yet supported)
* Ruby >= 2.3.x
* MongoDB 3.4.x-4.0.x

Installation
------------
Expand Down

0 comments on commit 9f42425

Please sign in to comment.