Skip to content

Commit 5df344f

Browse files
committed
debugging travis: used wrong version of mongodb
1 parent e3a893f commit 5df344f

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

.travis.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,17 @@ cache:
1919
- ~/.mongodb
2020
- ./plt_core_path
2121

22-
before_install:
22+
before_script:
23+
- bash ./start_mongo.bash
2324
- mkdir ${PWD}/mongodb-linux-x86_64-${MONGODB}/data
2425
- ${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
3226

3327
script:
3428
- mix test
3529

3630
env:
3731
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

0 commit comments

Comments
 (0)