File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -19,26 +19,17 @@ cache:
19
19
- ~/.mongodb
20
20
- ./plt_core_path
21
21
22
- before_install :
22
+ before_script :
23
+ - bash ./start_mongo.bash
23
24
- mkdir ${PWD}/mongodb-linux-x86_64-${MONGODB}/data
24
25
- ${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/mongod --dbpath ${PWD}/mongodb-linux-x86_64-${MONGODB}/data --logpath ${PWD}/mongodb-linux-x86_64-${MONGODB}/mongodb.log --fork
25
- - bash ./start_mongo.bash
26
- - mkdir db
27
-
28
- before_script :
29
- - export PATH=$(m path):$PATH
30
- - echo $PATH
31
- - mongod --fork --logpath mongo.log --dbpath db
32
26
33
27
script :
34
28
- mix test
35
29
36
30
env :
37
31
matrix :
38
- - MONGODB=2.6.12
39
- - MONGODB=3.0.15
40
- - MONGODB=3.2.20
41
- - MONGODB=3.4.16
42
- - MONGODB=3.6.6
43
- - MONGODB=4.0.0
44
- - MONGODB=4.1.1
32
+ # - MONGODB=3.2.20
33
+ # - MONGODB=3.4.16
34
+ # - MONGODB=3.6.6
35
+ - MONGODB=4.0.9
You can’t perform that action at this time.
0 commit comments