]> git.immae.eu Git - github/fretlink/ansible-clever.git/blobdiff - .travis.yml
Migrate to dhall 1.26.1 and merge types and terms
[github/fretlink/ansible-clever.git] / .travis.yml
index 720eade94f5248aa1cf8355158fddc550f748aba..4f5d09c4f15a36f43af56e2f0d5cd26f001e35e8 100644 (file)
@@ -4,8 +4,8 @@ language: nix
 sudo: false
 
 install:
-  - nix-env -i python2.7-ansible python2.7-ansible-lint
-  - nix-env -if ./dhall-1.21.0.nix
+  - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.7.0
+  - nix-env -if ./dhall-1.26.1.nix
 
   # Check ansible version
   - ansible --version
@@ -20,6 +20,7 @@ script:
   # Basic role syntax check
   - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
   - ansible-lint .
+  - shellcheck **/*.sh
   - scripts/dhall_check.sh
 
 notifications: