ansible-role-sensu/.travis.yml

29 lines
565 B
YAML
Raw Normal View History

2019-02-09 07:51:26 +00:00
---
sudo: required
language: ruby
env:
- ANSIBLE_VERSION=2.5
- ANSIBLE_VERSION=2.6
- ANSIBLE_VERSION=2.7
services:
- docker
before_install:
- bundle install
- sudo pip install --upgrade pip
- sudo pip install yamllint
- sudo pip install ansible-lint
- git clone https://github.com/ansible/galaxy-lint-rules.git
script:
2019-02-16 09:01:49 +00:00
- kitchen conv
- kitchen conv default-debian9 | grep changed=0
- kitchen verify
2019-02-09 07:51:26 +00:00
- ansible-lint -r galaxy-lint-rules/rules .
- yamllint .
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/