File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ matrix:
5757
5858before_install :
5959 - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
60- - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${SERVER_VERSION}.tgz
61- - tar zxf mongodb-linux-x86_64-${SERVER_VERSION}.tgz
62- - export PATH=${PWD}/mongodb-linux-x86_64-${SERVER_VERSION}/bin/:${PATH}
60+ - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1404- ${SERVER_VERSION}.tgz
61+ - tar zxf mongodb-linux-x86_64-ubuntu1404- ${SERVER_VERSION}.tgz
62+ - export PATH=${PWD}/mongodb-linux-x86_64-ubuntu1404- ${SERVER_VERSION}/bin/:${PATH}
6363 - mongod --version
6464 - mongo-orchestration --version
6565 - export MO_PATH=`python -c 'import mongo_orchestration; from os import path; print(path.dirname(mongo_orchestration.__file__));'`
You can’t perform that action at this time.
0 commit comments