Ver código fonte

Merge pull request #83 from lukecyca/master

Testing & CI
Alex Payne 11 anos atrás
pai
commit
26856d0fa9
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar