Skip to content

Commit

Permalink
More FQCNs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 27, 2021
1 parent 4d625ce commit ac632ac
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .travis.yml-e
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
#
# Ansible managed
#
language: python

os: linux
dist: xenial

python:
- "3.9"

services:
- docker

cache:
- pip

install:
- pip install --upgrade pip
- pip install yamllint
- pip install ansible-lint

script:
- yamllint .
- ansible-lint

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
email: false

0 comments on commit ac632ac

Please sign in to comment.