aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0fcb053..752366f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,7 @@ install:
19 - printf '[defaults]\nroles_path=../' >ansible.cfg 19 - printf '[defaults]\nroles_path=../' >ansible.cfg
20 20
21script: 21script:
22 # Basic role syntax check 22 # Basic role syntax check & linting
23 - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
24 - ansible-lint . 23 - ansible-lint .
25 - shellcheck **/*.sh 24 - shellcheck **/*.sh
26 - scripts/dhall_check.sh 25 - scripts/dhall_check.sh
@@ -28,7 +27,9 @@ script:
28 - mkdir -p ~/.local/bin 27 - mkdir -p ~/.local/bin
29 - cp tests/fake.sh ~/.local/bin/clever 28 - cp tests/fake.sh ~/.local/bin/clever
30 - cp tests/fake.sh ~/.local/bin/git 29 - cp tests/fake.sh ~/.local/bin/git
31 - ansible-playbook tests/test.yml -i tests/inventory 30 - ansible-playbook tests/test-simple-app.yml -i tests/inventory
31 - ansible-playbook tests/test-haskell-app.yml -i tests/inventory
32 - ansible-playbook tests/test-configure-app.yml -i tests/inventory
32 33
33notifications: 34notifications:
34 slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB 35 slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB