]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blame - .travis.yml
tests: fix variables in the test playbook
[github/fretlink/ansible-kong-app.git] / .travis.yml
CommitLineData
d213edd1 1---
6fc5ba3e 2language: nix
c3564f47
PB
3nix: 2.3.1
4
d213edd1
GD
5
6# Use the new container infrastructure
7sudo: false
8
d213edd1 9install:
c3564f47
PB
10 # Update nix channels
11 - nix-channel --add https://nixos.org/channels/nixpkgs-19.09-darwin nixpkgs
12 - nix-channel --remove nixpkgs-unstable
13 - nix-channel --update
14
d213edd1 15 # Install ansible
c3564f47 16 - nix-env -i ansible ansible-lint
25bf64cb 17 - nix-env -if ./dhall-1.26.1.nix
d213edd1
GD
18
19 # Check ansible version
20 - ansible --version
c3564f47 21 - ansible-lint --version
d213edd1
GD
22
23 # Create ansible.cfg with correct roles_path
24 - printf '[defaults]\nroles_path=../' >ansible.cfg
25
26script:
27 # Basic role syntax check
28 - ansible-playbook tests/test.yml -i tests/inventory --syntax-check
29 - ansible-lint .
30 - ansible-playbook tests/test.yml -i tests/inventory -C -D
77e27a11 31 - scripts/dhall_check.sh
d213edd1
GD
32
33notifications:
34 webhooks: https://galaxy.ansible.com/api/v1/notifications/