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 da98ee3 commit dcd472bCopy full SHA for dcd472b
.travis.yml
@@ -77,7 +77,7 @@ matrix:
77
78
before_install:
79
- openssl aes-256-cbc -K $encrypted_b354efda2943_key -iv $encrypted_b354efda2943_iv -in .travis.scripts/atlas-uris.txt.enc -out .travis.scripts/atlas-uris.txt -d || true
80
- - pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`
+ - pip install --user "mongo-orchestration>=0.6.7,<1.0"
81
- .travis.scripts/before_install.sh
82
- export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
83
- wget -qO- http://fastdl.mongodb.org/linux/${SERVER_FILENAME}.tgz | tar xz
0 commit comments