]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - .travis.yml
Fix retry and missing parenthesis
[github/fretlink/ansible-kong-app.git] / .travis.yml
index 812d0fe88059d5eec71a3a3bb93c657eb549a2ea..f18b9b37a952e4b5a3bdfb2387260174ef97c309 100644 (file)
@@ -1,20 +1,13 @@
 ---
-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
-  - pip install ansible-lint
+  - nix-env -i python2.7-ansible python2.7-ansible-lint
+  - nix-env -if ./dhall-1.18.0.nix
 
   # Check ansible version
   - ansible --version
@@ -27,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/