diff --git a/.travis.yml b/.travis.yml
index 60e4a02ce7cc06ffab08d0ec44759ba93714ecc2..9c03fd1329e84bf92cd165b16b820b892c2cf399 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,14 @@ python: "2.7"
 dist: trusty
 sudo: True
 group: beta
+services: [docker]
 env:
     - platform: openbsd
+      driver: vagrant
     - platform: xenial
+      driver: vagrant
+    - driver: docker
+      platform: all
 cache:
   - pip
   - directories:
@@ -23,7 +28,7 @@ install:
 
 script:
   - pre-commit run --all-files
-  - molecule test --platform $platform
+  - molecule test --driver $driver --platform $platform
 
 notifications:
   webhooks: https://galaxy.ansible.com/api/v1/notifications/