diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-21 12:25:48 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-21 12:25:48 +0200 |
commit | 7485b189faf61061027fbba06b7bdbe51c13a705 (patch) | |
tree | 510acca585b67fedaf5bf0821f5a78f7a813190c /.travis.yml | |
parent | 4eeb5deae31c0173f46d4a2d2a6835612157ced7 (diff) | |
download | ansible-clever-7485b189faf61061027fbba06b7bdbe51c13a705.tar.gz ansible-clever-7485b189faf61061027fbba06b7bdbe51c13a705.tar.zst ansible-clever-7485b189faf61061027fbba06b7bdbe51c13a705.zip |
add ansible-lint test and fix warning
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2b452f9..c168631 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -18,6 +18,7 @@ install: | |||
18 | script: | 18 | script: |
19 | # Basic role syntax check | 19 | # Basic role syntax check |
20 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check | 20 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check |
21 | - ansible-lint . | ||
21 | 22 | ||
22 | notifications: | 23 | notifications: |
23 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB | 24 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB |