]> git.immae.eu Git - github/fretlink/ansible-clever.git/blobdiff - .travis.yml
fix(deploy): Yet again a missing chdir to execute from app root
[github/fretlink/ansible-clever.git] / .travis.yml
index c1686319642f9ca34fd1dff205381f6f57fc5fff..ef53f71de7ed9fd351075580f81190f9127a2a3a 100644 (file)
@@ -5,6 +5,8 @@ sudo: false
 
 install:
   - nix-env -i python2.7-ansible
+  - nix-env -i python2.7-ansible-lint
+  - nix-env -if ./dhall-1.18.nix
 
   # Check ansible version
   - ansible --version
@@ -19,6 +21,7 @@ script:
   # Basic role syntax check
   - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
   - ansible-lint .
+  - scripts/dhall_check.sh
 
 notifications:
   slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB