From 0390260eb99a04cbc75a0f3913a31763238fb8d1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 2 Jan 2017 23:22:38 +0200
Subject: [PATCH] - Keep running tests in Docker.

---
 .travis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 60e4a02..9c03fd1 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/
-- 
GitLab