]> 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 4f5d09c4f15a36f43af56e2f0d5cd26f001e35e8..0fcb053b7525ef5d95b87a846864e62476489760 100644 (file)
@@ -1,10 +1,12 @@
 ---
-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 python2.7-ansible-lint ShellCheck-0.7.0
+  - 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
@@ -22,6 +24,12 @@ script:
   - 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/