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 b71d246 commit d195986Copy full SHA for d195986
.travis.yml
@@ -170,6 +170,13 @@ jobs:
170
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
171
- molecule test
172
- AUTH_STATE=enabled molecule test
173
+ - stage: "MongoDB 4.0"
174
+ env:
175
+ - MONGODB_VERSION=4.0
176
+ script:
177
+ - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
178
+ - molecule test
179
+ - AUTH_STATE=enabled molecule test
180
181
notifications:
182
webhooks: https://galaxy.ansible.com/api/v1/notifications/
0 commit comments