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 d195986 commit b8581bdCopy full SHA for b8581bd
.travis.yml
@@ -177,6 +177,13 @@ jobs:
177
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
178
- molecule test
179
- AUTH_STATE=enabled molecule test
180
+ - stage: "MongoDB 4.2"
181
+ env:
182
+ - MONGODB_VERSION=4.2
183
+ script:
184
+ - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
185
+ - molecule test
186
+ - AUTH_STATE=enabled molecule test
187
188
notifications:
189
webhooks: https://galaxy.ansible.com/api/v1/notifications/
0 commit comments