File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- CONFIGURE_OPTS=" --enable-mongodb-developer-flags --enable-mongodb-coverage"
3
+ CONFIGURE_OPTS=" ${CONFIGURE_OPTS} --enable-mongodb-developer-flags --enable-mongodb-coverage"
4
4
5
5
if [ -n " ${SSL_VERSION} " ]; then
6
6
CONFIGURE_OPTS=" ${CONFIGURE_OPTS} --with-mongodb-ssl=${SSL_VERSION} "
Original file line number Diff line number Diff line change @@ -102,6 +102,12 @@ jobs:
102
102
env :
103
103
- SERVER_VERSION=4.0.12
104
104
105
+ # Test with different configure options
106
+ - stage : Test
107
+ php : 7.3
108
+ env :
109
+ - CONFIGURE_OPTS="--with-mongodb-client-side-encryption=no"
110
+
105
111
before_install :
106
112
- 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
107
113
- pip install --user "mongo-orchestration>=0.6.7,<1.0"
You can’t perform that action at this time.
0 commit comments