Skip to content

Commit 4214e0e

Browse files
committed
make travis happy
1 parent 8e60fc7 commit 4214e0e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ elixir:
55
- 1.6
66
- 1.7
77
- 1.8
8+
- 1.9
9+
10+
otp_release:
11+
- '19.1'
812

913
install:
1014
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
@@ -27,4 +31,4 @@ env:
2731
- MONGODB=3.2.20
2832
- MONGODB=3.4.16
2933
- MONGODB=3.6.6
30-
- MONGODB=4.0.9
34+
- MONGODB=4.2.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Mongodb.Mixfile do
77
[app: :mongodb_driver,
88
version: @version,
99
elixirc_paths: elixirc_paths(Mix.env),
10-
elixir: "~> 1.5",
10+
elixir: "~> 1.6",
1111
name: "mongodb-driver",
1212
deps: deps(),
1313
docs: docs(),

0 commit comments

Comments
 (0)