Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: require ruby 2.5 passing #1281

Merged
merged 9 commits into from Jul 12, 2018
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