Skip to content

Commit c4e105c

Browse files
committed
add some badges, removed support for MongoDB < 3.2
1 parent 317262a commit c4e105c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ script:
3535

3636
env:
3737
matrix:
38-
- MONGOVERSION=3.0.15 TRAVIS_NODE_VERSION=4
3938
- MONGOVERSION=3.2.22 TRAVIS_NODE_VERSION=4
4039
- MONGOVERSION=3.4.18 TRAVIS_NODE_VERSION=4
4140
- MONGOVERSION=3.6.9 TRAVIS_NODE_VERSION=4
42-
- MONGOVERSION=4.0.6 TRAVIS_NODE_VERSION=4
41+
- MONGOVERSION=4.0.8 TRAVIS_NODE_VERSION=4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# An alternative Mongodb driver for Elixir
2-
2+
[![Build Status](https://travis-ci.org/zookzook/elixir-mongodb-driver.svg?branch=master)](https://travis-ci.org/zookzook/elixir-mongodb-driver)
33
[![Hex.pm](https://img.shields.io/hexpm/v/mongodb_driver.svg)]()
44
[![Hex.pm](https://img.shields.io/hexpm/dt/mongodb_driver.svg)]()
55
[![Hex.pm](https://img.shields.io/hexpm/dw/mongodb_driver.svg)]()
@@ -27,7 +27,7 @@ to implement the current requirements for the driver.
2727

2828
## Features
2929

30-
* Supports MongoDB versions 3.0, 3.2, 3.4, 3.6, 4.0
30+
* Supports MongoDB versions 3.2, 3.4, 3.6, 4.0
3131
* Connection pooling (through db_connection 2.x)
3232
* Streaming cursors
3333
* Performant ObjectID generation

0 commit comments

Comments
 (0)