From 7f93d0f92a5d5044540435018d51a5d2aea3e61a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 3 Dec 2016 21:16:45 +0200
Subject: [PATCH] - Travis CI inits and fetches Git submodules so those steps
 are unneeded (let alone updating the submodules).

---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9e105c3..3d4c7d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,6 @@ cache:
       - $HOME/virtualenv
 
 install:
-  - git submodule init
-  - git submodule update --remote
   - pip install -r tests/requirements.txt | cat
   - ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles
   - molecule dependency
-- 
GitLab