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 705ae1e commit 7e6c86dCopy full SHA for 7e6c86d
.travis.yml
@@ -6,14 +6,14 @@ elixir:
6
- 1.9
7
8
install:
9
+ - sudo apt-get install -y openssl
10
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz
11
- mkdir ${PWD}/mongodb
12
- tar xzf mongodb-linux-x86_64-${MONGODB}.tgz --strip-components=1 -C ${PWD}/mongodb
13
- ls ${PWD}/mongodb
14
- ${PWD}/mongodb/bin/mongod --version
15
16
before_script:
- - sudo apt-get install -y openssl
17
- export PATH=${PWD}/mongodb/bin/:$PATH
18
- bash ./start_mongo.bash
19
- mkdir ${PWD}/mongodb/data
0 commit comments