From 5a66128dab547d6ad11d04c033c3d1520839b47c Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Fri, 3 Feb 2017 23:23:57 -0200 Subject: [PATCH] Updating Travis CI for validating the new tests --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf59417..44c0121 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,6 @@ install: # Create ansible.cfg with correct roles_path - printf '[defaults]\nroles_path=../' >ansible.cfg - # Install ansible-commons - - ansible-galaxy install lucascbeyeler.commons - script: # Basic role syntax check - ansible-playbook tests/test.yml -i tests/inventory --syntax-check