]> git.immae.eu Git - github/fretlink/ansible-clever.git/blame - .travis.yml
Merge pull request #42 from paulrbr-fl/deploy-errors-on-application-is-up-to-date
[github/fretlink/ansible-clever.git] / .travis.yml
CommitLineData
8692bc27 1---
d0ad3639 2language: nix
8692bc27 3
8692bc27
GD
4sudo: false
5
8692bc27 6install:
89cd4177
PB
7 - nix-env -i python2.7-ansible python2.7-ansible-lint
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 .
8b59c20a 23 - scripts/dhall_check.sh
8692bc27
GD
24
25notifications:
910f387d 26 slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB