]> git.immae.eu Git - github/fretlink/ansible-postgresql-role.git/blame - .travis.yml
Add .gitignore
[github/fretlink/ansible-postgresql-role.git] / .travis.yml
CommitLineData
d0bc90e0
P
1---
2language: python
3python: "3.5"
4
5# Use the new container infrastructure
6sudo: false
7
8# Install pip
9addons:
10 apt:
11 packages:
12 - python-pip
13
14install:
15 # Install ansible
16 - pip install ansible
17 # Check ansible version
18 - ansible --version
19
20script:
21 # Basic role syntax check
22 - ansible-playbook test/main.yml -i test --syntax-check
23
24notifications:
25 webhooks: https://galaxy.ansible.com/api/v1/notifications/