Skip to content

Commit 2274849

Browse files
committed
travis ci
1 parent 4c0f4a9 commit 2274849

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
install:
3+
- pip install ansible-lint
4+
- ansible-lint --version
5+
script:
6+
- ansible-lint fr24/fr24.yml
7+
- ansible-lint provision/provision.yml
8+
- ansible-lint home-assistant/home-assistant.yml

fr24/fr24.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: "Install FR24 on Raspi"
2+
- name: "Install FR24 on Raspi"
33

44
hosts: fr24
55
roles:

0 commit comments

Comments
 (0)