Skip to content

Commit

Permalink
CI: use modern ruby and MongoDB first
Browse files Browse the repository at this point in the history
  • Loading branch information
rud committed Jul 10, 2018
1 parent fc65369 commit ead35a3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
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.20
- MONGODB=3.4.15
- MONGODB=3.6.6
- MONGODB=3.4.15
- MONGODB=3.2.20
# not yet working:
- MONGODB=4.0.0

sudo: false
Expand Down

0 comments on commit ead35a3

Please sign in to comment.