From a18cf1d511abfe80e403e5163ee0f54a18b7ccf6 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 2 Jan 2017 22:54:46 +0200
Subject: [PATCH] - No need for the free strategy with Travis CI's build matrix
 for different platforms.

---
 tests/playbook.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/playbook.yml b/tests/playbook.yml
index aa08159..d372ad3 100644
--- a/tests/playbook.yml
+++ b/tests/playbook.yml
@@ -8,6 +8,5 @@
   roles: [debian-bootstrap]
 
 - hosts: all
-  strategy: free
   roles:
     - role: example
-- 
GitLab