Skip to content

Commit 1c3cbb4

Browse files
committed
make travis happy
1 parent 2b15435 commit 1c3cbb4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
sudo: required
22
language: elixir
33

4-
elixir:
5-
- 1.6
6-
- 1.7
7-
- 1.8
8-
- 1.9
9-
10-
otp_release:
11-
- '19.3'
4+
matrix:
5+
include:
6+
- elixir: '1.6'
7+
otp_release: '19.3'
8+
- elixir: '1.7'
9+
otp_release: '19.3'
10+
- elixir: '1.8'
11+
- elixir: '1.9'
1212

1313
install:
1414
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
@@ -31,4 +31,4 @@ env:
3131
- MONGODB=3.2.20
3232
- MONGODB=3.4.16
3333
- MONGODB=3.6.6
34-
- MONGODB=4.2.0
34+
- MONGODB=4.0.9

0 commit comments

Comments
 (0)