]> git.immae.eu Git - github/fretlink/ansible-clever.git/blobdiff - .travis.yml
dhall: add missing configuration for clever_restart_only variable
[github/fretlink/ansible-clever.git] / .travis.yml
index 30043696499cb62c56a15f36a4af741ace1fe05f..7ce4540ee5c587a504d15499c6adb702ad6baf1e 100644 (file)
@@ -1,11 +1,12 @@
 ---
-language: nix
-
 sudo: false
+language: nix
+nix: 2.3.4
+env:
+  - NIX_PATH=nixpkgs=channel:nixos-20.03
 
 install:
-  - nix-env -i python2.7-ansible python2.7-ansible-lint ShellCheck-0.7.0
-  - nix-env -if ./dhall-1.21.0.nix
+  - nix-env -i -f ./default.nix
 
   # Check ansible version
   - ansible --version
@@ -17,11 +18,16 @@ install:
   - printf '[defaults]\nroles_path=../' >ansible.cfg
 
 script:
-  # Basic role syntax check
-  - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
+  # Basic role syntax check & linting
   - 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 -i tests/inventory tests/test-all.yml
 
 notifications:
   slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB
+  webhooks: https://galaxy.ansible.com/api/v1/notifications/