mirror of
https://github.com/roles-ansible/role_akku_warning.git
synced 2024-08-16 10:09:50 +02:00
add travis check
This commit is contained in:
parent
36eeb45570
commit
0d14a429fc
1 changed files with 29 additions and 0 deletions
29
.travis.yml
Normal file
29
.travis.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
# OS Details
|
||||
os: linux
|
||||
language: python
|
||||
python: '3.8'
|
||||
|
||||
cache:
|
||||
pip: true
|
||||
|
||||
# Install ansible and ansible-lint
|
||||
install:
|
||||
- pip install ansible
|
||||
- pip install ansible-lint
|
||||
|
||||
# testing galaxy install and ansible lint
|
||||
# more advanced testing is currently handled with
|
||||
# github actions. The gh-actions for our test are there:
|
||||
# https://github.com/roles-ansible and are tagged
|
||||
# with 'github-actions' --> https://github.com/search?q=topic%3Agithub-actions+org%3Aroles-ansible&type=Repositories
|
||||
script:
|
||||
- ansible-galaxy install do1jlr.ranger
|
||||
- ansible-lint .
|
||||
- echo -e "\n\n\n\n\nWe use github actions for more detailed tests.\n\nMore details about that in our github repo at:\nhttps://github.com/chaos-bodensee/role_akku_warning/actions\n\n\n\n\n\n"
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: always
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
Loading…
Reference in a new issue