Skip to content

Commit 0f3a838

Browse files
committed
make travis happy
1 parent 1c3cbb4 commit 0f3a838

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

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

4+
elixir:
5+
- 1.8
6+
- 1.9
7+
48
matrix:
59
include:
610
- elixir: '1.6'
711
otp_release: '19.3'
812
- elixir: '1.7'
913
otp_release: '19.3'
10-
- elixir: '1.8'
11-
- elixir: '1.9'
1214

1315
install:
1416
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz

0 commit comments

Comments
 (0)