Browse Source

Travis CI to check ansible syntax

Luke Cyca 10 years ago
parent
commit
fd268aa000
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml View File

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

Loading…
Cancel
Save