Skip to content

Commit d195986

Browse files
committed
Add 4.0 to test matrix
1 parent b71d246 commit d195986

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
@@ -170,6 +170,13 @@ jobs:
170170
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
171171
- molecule test
172172
- 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
173180

174181
notifications:
175182
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)