Skip to content

Commit 75cbc78

Browse files
committed
Use the Ubuntu specific version, as it has SSL enabled
1 parent e44521c commit 75cbc78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ matrix:
5757

5858
before_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__));'`

0 commit comments

Comments
 (0)