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 2b15435 commit 1c3cbb4Copy full SHA for 1c3cbb4
.travis.yml
@@ -1,14 +1,14 @@
1
sudo: required
2
language: elixir
3
4
-elixir:
5
- - 1.6
6
- - 1.7
7
- - 1.8
8
- - 1.9
9
-
10
-otp_release:
11
- - '19.3'
+matrix:
+ include:
+ - elixir: '1.6'
+ otp_release: '19.3'
+ - elixir: '1.7'
+ - elixir: '1.8'
+ - elixir: '1.9'
12
13
install:
14
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
@@ -31,4 +31,4 @@ env:
31
- MONGODB=3.2.20
32
- MONGODB=3.4.16
33
- MONGODB=3.6.6
34
- - MONGODB=4.2.0
+ - MONGODB=4.0.9
0 commit comments