Explorar el Código

Travis CI to check ansible syntax

Luke Cyca hace 10 años
padre
commit
fd268aa000
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Ver fichero

@@ -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…
Cancelar
Guardar