We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e60fc7 commit 4214e0eCopy full SHA for 4214e0e
.travis.yml
@@ -5,6 +5,10 @@ elixir:
5
- 1.6
6
- 1.7
7
- 1.8
8
+ - 1.9
9
+
10
+otp_release:
11
+ - '19.1'
12
13
install:
14
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
@@ -27,4 +31,4 @@ env:
27
31
- MONGODB=3.2.20
28
32
- MONGODB=3.4.16
29
33
- MONGODB=3.6.6
30
- - MONGODB=4.0.9
34
+ - MONGODB=4.2.0
mix.exs
@@ -7,7 +7,7 @@ defmodule Mongodb.Mixfile do
[app: :mongodb_driver,
version: @version,
elixirc_paths: elixirc_paths(Mix.env),
- elixir: "~> 1.5",
+ elixir: "~> 1.6",
name: "mongodb-driver",
deps: deps(),
docs: docs(),
0 commit comments