Skip to content

Commit 9c935e8

Browse files
committed
activated the elixir versions 1.4, 1.5, 1.6 and 1.7
1 parent 48f860a commit 9c935e8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,17 @@ sudo: required
22
language: elixir
33

44
elixir:
5-
# - 1.4
6-
# - 1.5
7-
# - 1.6
8-
# - 1.7
5+
- 1.4
6+
- 1.5
7+
- 1.6
8+
- 1.7
99
- 1.8
1010

1111
install:
1212
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
1313
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz
1414
- ${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/mongod --version
1515

16-
cache:
17-
- apt
18-
- directories:
19-
- ~/.mongodb
20-
- ./plt_core_path
21-
2216
before_script:
2317
- export PATH=${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/:$PATH
2418
- bash ./start_mongo.bash

0 commit comments

Comments
 (0)