瀏覽代碼

Added ansible-lint to travis

Laurent Arnoud 9 年之前
父節點
當前提交
d7a8ae8085
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml 查看文件

@@ -1,6 +1,7 @@
1 1
 language: python
2 2
 python: "2.7"
3 3
 install:
4
-  - pip install ansible
4
+  - pip install ansible ansible-lint
5 5
 script:
6 6
   - ansible-playbook --syntax-check -i hosts site.yml
7
+  - ansible-lint site.yml

Loading…
取消
儲存