]> 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 ed037ea3efc66a961bccdc71e3a1e31efbfc9fd5..ef53f71de7ed9fd351075580f81190f9127a2a3a 100644 (file)
@@ -1,19 +1,12 @@
 ---
-language: python
-python: "2.7"
+language: nix
 
-# Use the new container infrastructure
 sudo: false
 
-# Install ansible
-addons:
-  apt:
-    packages:
-    - python-pip
-
 install:
-  # Install ansible
-  - pip install ansible
+  - 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
@@ -27,6 +20,8 @@ install:
 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