diff options
author | Hussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com> | 2018-11-19 18:57:33 +0100 |
---|---|---|
committer | Hussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com> | 2018-11-20 11:44:59 +0100 |
commit | 8b59c20ae4812fe2729d8fb6fb8b12a02a305b4f (patch) | |
tree | 7357da6fdb0bb037a592bd454f13cdc078ebe16d /.travis.yml | |
parent | 50a9e710f9cff8be9d85d7161bb454a46c3f5734 (diff) | |
download | ansible-clever-8b59c20ae4812fe2729d8fb6fb8b12a02a305b4f.tar.gz ansible-clever-8b59c20ae4812fe2729d8fb6fb8b12a02a305b4f.tar.zst ansible-clever-8b59c20ae4812fe2729d8fb6fb8b12a02a305b4f.zip |
add travis ci step for typechecking dhall
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 |