Skip to content

Commit 4d16c47

Browse files
committed
PHPC-1060: Remove Atlas connectivity tests from travis-ci pipeline
1 parent 1eb205c commit 4d16c47

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.scripts/atlas-uris.txt.enc

-1.36 KB
Binary file not shown.

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
3232
php: 7.4
3333

3434
# 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"
4035
- stage: Test
4136
php: 7.3
4237
env:
@@ -107,7 +102,6 @@ jobs:
107102
- CONFIGURE_OPTS="--with-mongodb-client-side-encryption=no"
108103

109104
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
111105
- pip install --user "mongo-orchestration>=0.6.7,<1.0"
112106
- .travis.scripts/before_install.sh
113107
- export SERVER_FILENAME=mongodb-linux-x86_64-${SERVER_DISTRO}-${SERVER_VERSION}

0 commit comments

Comments
 (0)