diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 82ddcec..ef53f71 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -6,6 +6,7 @@ sudo: false | |||
6 | install: | 6 | install: |
7 | - nix-env -i python2.7-ansible | 7 | - nix-env -i python2.7-ansible |
8 | - nix-env -i python2.7-ansible-lint | 8 | - nix-env -i python2.7-ansible-lint |
9 | - nix-env -if ./dhall-1.18.nix | ||
9 | 10 | ||
10 | # Check ansible version | 11 | # Check ansible version |
11 | - ansible --version | 12 | - ansible --version |
@@ -20,6 +21,7 @@ script: | |||
20 | # Basic role syntax check | 21 | # Basic role syntax check |
21 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check | 22 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check |
22 | - ansible-lint . | 23 | - ansible-lint . |
24 | - scripts/dhall_check.sh | ||
23 | 25 | ||
24 | notifications: | 26 | notifications: |
25 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB | 27 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB |