diff --git a/.travis.yml b/.travis.yml
index 3d4c7d8d6cc14b65a42fef763027e4430760db66..abc583a44f62a169059b177cabed55bfe3ab9183 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ cache:
   - pip
   - directories:
       - $HOME/.pre-commit
-      - $HOME/virtualenv
 
 install:
   - pip install -r tests/requirements.txt | cat
diff --git a/molecule.yml b/molecule.yml
index 8bf0adaadc6676bf56430c25e4a66f94ab3f0261..c95dae4f2ecdc890be16a6085c098cfc300fcdd9 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -34,8 +34,7 @@ docker:
     image: ubuntu
     image_version: xenial
     command: /sbin/init
-    cap_add:
-      - SYS_ADMIN
+    privileged: True
     volume_mounts:
       - /sys/fs/cgroup:/sys/fs/cgroup
       - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
@@ -53,8 +52,7 @@ docker:
     image: debian
     image_version: jessie
     command: /sbin/init
-    cap_add:
-      - SYS_ADMIN
+    privileged: True
     volume_mounts:
       - /sys/fs/cgroup:/sys/fs/cgroup
       - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 114b3c96850994426859efd43abc9e7a75bfdd81..fee69aa71740b28a2a1b22298b1d085f8eca95f8 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,7 +1,7 @@
 ansible==2.2.0.0
 testinfra==1.4.4
 molecule==1.15.0
-ansible-lint==3.4.5
+ansible-lint==3.4.6
 pre-commit==0.9.3
 piprot==0.9.7
 python-vagrant==0.5.14