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 1eb205c commit 4d16c47Copy full SHA for 4d16c47
.travis.scripts/atlas-uris.txt.enc
-1.36 KB
.travis.yml
@@ -32,11 +32,6 @@ jobs:
32
php: 7.4
33
34
# Test against various server topologies
35
- - stage: Test
36
- php: 7.3
37
- env:
38
- - TESTS=tests/atlas.phpt
39
- - TEST_PHP_ARGS="-q -s output.txt -x --show-diff"
40
- stage: Test
41
php: 7.3
42
env:
@@ -107,7 +102,6 @@ jobs:
107
102
- CONFIGURE_OPTS="--with-mongodb-client-side-encryption=no"
108
103
109
104
before_install:
110
- - 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
111
105
- pip install --user "mongo-orchestration>=0.6.7,<1.0"
112
106
- .travis.scripts/before_install.sh
113
- export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}
0 commit comments