Skip to content

Commit b8581bd

Browse files
committed
Expand test matrix with 4.4
1 parent d195986 commit b8581bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ jobs:
177177
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
178178
- molecule test
179179
- 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
180187

181188
notifications:
182189
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)