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 11#! /bin/sh
22
3- CONFIGURE_OPTS=" --enable-mongodb-developer-flags --enable-mongodb-coverage"
3+ CONFIGURE_OPTS=" ${CONFIGURE_OPTS} --enable-mongodb-developer-flags --enable-mongodb-coverage"
44
55if [ -n " ${SSL_VERSION} " ]; then
66 CONFIGURE_OPTS=" ${CONFIGURE_OPTS} --with-mongodb-ssl=${SSL_VERSION} "
Original file line number Diff line number Diff line change @@ -102,6 +102,12 @@ jobs:
102102 env :
103103 - SERVER_VERSION=4.0.12
104104
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+
105111before_install :
106112 - 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
107113 - pip install --user "mongo-orchestration>=0.6.7,<1.0"
You can’t perform that action at this time.
0 commit comments