aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 10cf845..8c94b07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,9 @@ install:
18 # Check ansible version 18 # Check ansible version
19 - ansible --version 19 - ansible --version
20 20
21 # Alias role name to mimic actual Galaxy deployment
22 - ln -s ansible-clever ../clever
23
21 # Create ansible.cfg with correct roles_path 24 # Create ansible.cfg with correct roles_path
22 - printf '[defaults]\nroles_path=../' >ansible.cfg 25 - printf '[defaults]\nroles_path=../' >ansible.cfg
23 26