]> git.immae.eu Git - github/fretlink/ansible-clever.git/blobdiff - .travis.yml
Extract environment building tasks from the JSON template
[github/fretlink/ansible-clever.git] / .travis.yml
index ef53f71de7ed9fd351075580f81190f9127a2a3a..0fcb053b7525ef5d95b87a846864e62476489760 100644 (file)
@@ -1,12 +1,13 @@
 ---
-language: nix
-
 sudo: false
+language: nix
+nix: 2.2.1
+env:
+  - NIX_PATH=nixpkgs=channel:nixos-19.09
 
 install:
-  - nix-env -i python2.7-ansible
-  - nix-env -i python2.7-ansible-lint
-  - nix-env -if ./dhall-1.18.nix
+  - nix-env -iA pkgs.python37Packages.ansible-lint pkgs.python37Packages.ansible pkgs.shellcheck -f '<nixpkgs>'
+  - nix-env -if ./dhall-1.26.1.nix
 
   # Check ansible version
   - ansible --version
@@ -21,7 +22,14 @@ script:
   # Basic role syntax check
   - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
   - ansible-lint .
+  - shellcheck **/*.sh
   - scripts/dhall_check.sh
+  # Run integration test
+  - mkdir -p ~/.local/bin
+  - cp tests/fake.sh ~/.local/bin/clever
+  - cp tests/fake.sh ~/.local/bin/git
+  - ansible-playbook tests/test.yml -i tests/inventory
 
 notifications:
   slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB
+  webhooks: https://galaxy.ansible.com/api/v1/notifications/