]> git.immae.eu Git - github/fretlink/ansible-clever.git/blame - .travis.yml
ci: add shellcheck to lint shell scripts in automatic tests
[github/fretlink/ansible-clever.git] / .travis.yml
CommitLineData
8692bc27 1---
d0ad3639 2language: nix
8692bc27 3
8692bc27
GD
4sudo: false
5
8692bc27 6install:
2867b6f2 7 - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.6.0
89cd4177 8 - nix-env -if ./dhall-1.21.0.nix
8692bc27
GD
9
10 # Check ansible version
11 - ansible --version
12
f03052d5
FM
13 # Alias role name to mimic actual Galaxy deployment
14 - ln -s ansible-clever ../clever
15
8692bc27
GD
16 # Create ansible.cfg with correct roles_path
17 - printf '[defaults]\nroles_path=../' >ansible.cfg
18
19script:
20 # Basic role syntax check
21 - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
7485b189 22 - ansible-lint .
2867b6f2 23 - shellcheck **/*.sh
8b59c20a 24 - scripts/dhall_check.sh
8692bc27
GD
25
26notifications:
910f387d 27 slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB