Kaynağa Gözat

Merge pull request #83 from lukecyca/master

Testing & CI
Alex Payne 11 yıl önce
ebeveyn
işleme
26856d0fa9
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Dosyayı Görüntüle

@@ -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…
İptal
Kaydet