X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=0fcb053b7525ef5d95b87a846864e62476489760;hb=1c1393659bb8adb3273e2434725ae1664287a1c9;hp=49e7e1c5bc478a84a11323fef9c37d658f15151d;hpb=4fdd3eb566b8b322789f74990181acc243ffb578;p=github%2Ffretlink%2Fansible-clever.git diff --git a/.travis.yml b/.travis.yml index 49e7e1c..0fcb053 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,29 +1,35 @@ --- -language: python -python: "2.7" - -# Use the new container infrastructure sudo: false - -# Install ansible -addons: - apt: - packages: - - python-pip +language: nix +nix: 2.2.1 +env: + - NIX_PATH=nixpkgs=channel:nixos-19.09 install: - # Install ansible - - pip install ansible + - nix-env -iA pkgs.python37Packages.ansible-lint pkgs.python37Packages.ansible pkgs.shellcheck -f '' + - nix-env -if ./dhall-1.26.1.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 + - 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/