Sfoglia il codice sorgente

Travis CI to check ansible syntax

Luke Cyca 11 anni fa
parent
commit
fd268aa000
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Vedi 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…
Annulla
Salva