]> 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 10cf845e34ee2d3913597dcc13ffff67fef5d3c6..7ce4540ee5c587a504d15499c6adb702ad6baf1e 100644 (file)
@@ -1,29 +1,33 @@
 ---
-language: python
-python: "2.7"
-
-# Use the new container infrastructure
 sudo: false
-
-# Install ansible
-addons:
-  apt:
-    packages:
-    - python-pip
+language: nix
+nix: 2.3.4
+env:
+  - NIX_PATH=nixpkgs=channel:nixos-20.03
 
 install:
-  # Install ansible
-  - pip install ansible
+  - nix-env -i -f ./default.nix
 
   # Check ansible version
   - ansible --version
 
+  # Alias role name to mimic actual Galaxy deployment
+  - ln -s ansible-clever ../clever
+
   # Create ansible.cfg with correct roles_path
   - 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:n84rSINeJTLRjUTgXfB1aILX
+  slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB
+  webhooks: https://galaxy.ansible.com/api/v1/notifications/