We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df344f commit 96bbf7eCopy full SHA for 96bbf7e
.travis.yml
@@ -20,11 +20,13 @@ cache:
20
- ./plt_core_path
21
22
before_script:
23
+ - export PATH=${PWD}/mongodb-linux-x86_64-${MONGODB}/bin/:$PATH
24
- bash ./start_mongo.bash
25
- mkdir ${PWD}/mongodb-linux-x86_64-${MONGODB}/data
26
- ${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
27
28
script:
29
+ - mix local.hex --force
30
- mix test
31
32
env:
0 commit comments