diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-21 12:35:34 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-09-21 12:35:34 +0200 |
commit | b8ad037f5793cb7bdb6a4083bac54fcb35934116 (patch) | |
tree | 10d83c0817dc2131fe7e902cb5426c31a0a5f72a | |
parent | 7485b189faf61061027fbba06b7bdbe51c13a705 (diff) | |
download | ansible-clever-b8ad037f5793cb7bdb6a4083bac54fcb35934116.tar.gz ansible-clever-b8ad037f5793cb7bdb6a4083bac54fcb35934116.tar.zst ansible-clever-b8ad037f5793cb7bdb6a4083bac54fcb35934116.zip |
Install ansible-lint
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c168631..82ddcec 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -5,6 +5,7 @@ sudo: false | |||
5 | 5 | ||
6 | install: | 6 | install: |
7 | - nix-env -i python2.7-ansible | 7 | - nix-env -i python2.7-ansible |
8 | - nix-env -i python2.7-ansible-lint | ||
8 | 9 | ||
9 | # Check ansible version | 10 | # Check ansible version |
10 | - ansible --version | 11 | - ansible --version |