Skip to content

Commit 96bbf7e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ cache:
2020
- ./plt_core_path
2121

2222
before_script:
23+
- export PATH=${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/:$PATH
2324
- bash ./start_mongo.bash
2425
- mkdir ${PWD}/mongodb-linux-x86_64-${MONGODB}/data
2526
- ${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
2627

2728
script:
29+
- mix local.hex --force
2830
- mix test
2931

3032
env:

0 commit comments

Comments
 (0)