From 77e27a11c31fee82c2ff30613bc832f5171fa845 Mon Sep 17 00:00:00 2001 From: Hussein Ait-Lahcen Date: Mon, 19 Nov 2018 15:51:21 +0100 Subject: add dhall interface --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index de15287..f18b9b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ sudo: false install: # Install ansible - nix-env -i python2.7-ansible python2.7-ansible-lint + - nix-env -if ./dhall-1.18.0.nix # Check ansible version - ansible --version @@ -19,6 +20,7 @@ script: - ansible-playbook tests/test.yml -i tests/inventory --syntax-check - ansible-lint . - ansible-playbook tests/test.yml -i tests/inventory -C -D + - scripts/dhall_check.sh notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ -- cgit v1.2.3