mirror of
https://github.com/roles-ansible/ansible_role_versioncheck.git
synced 2024-08-16 15:59:49 +02:00
no travis-ci.org
This commit is contained in:
parent
87ec461c7b
commit
ba4afb8f62
2 changed files with 1 additions and 31 deletions
29
.travis.yml
29
.travis.yml
|
@ -1,29 +0,0 @@
|
|||
---
|
||||
# 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.ansible_version
|
||||
- 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/roles-ansible/role_ansible-version/actions\n\n\n\n\n\n"
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: always
|
|
@ -1,4 +1,4 @@
|
|||
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/role_ansible-version/master/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/ansible_version/) [![Build Status](https://travis-ci.org/roles-ansible/role_ansible-version.svg?branch=master)](https://travis-ci.org/roles-ansible/role_ansible-version) [![MIT License](https://raw.githubusercontent.com/roles-ansible/role_ansible-version/master/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/role_ansible-version/blob/master/LICENSE)
|
||||
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/role_ansible-version/master/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/ansible_version/) [![MIT License](https://raw.githubusercontent.com/roles-ansible/role_ansible-version/master/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/role_ansible-version/blob/master/LICENSE)
|
||||
|
||||
Check Ansible Version
|
||||
========================
|
||||
|
@ -67,7 +67,6 @@ If you want to find out more about our tests, please have a look at the github m
|
|||
|
||||
| test status | Github Marketplace |
|
||||
| :--------- | :---------------- |
|
||||
| [![Travis Build Status](https://travis-ci.org/roles-ansible/role_ansible-version.svg?branch=master)](https://travis-ci.org/roles-ansible/role_ansible-version) | [.travis.yml](https://github.com/roles-ansible/role_ansible-version/blob/master/.travis.yml) |
|
||||
| [![Ansible Lint check](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20Lint%20check/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+Lint+check%22) | [ansible-lint action](https://github.com/marketplace/actions/ansible-lint)
|
||||
| [![Ansible check debian:stable](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20debian:stable/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+debian%3Astable%22) | [ansible test with debian stable](https://github.com/marketplace/actions/check-ansible-debian-stable) |
|
||||
| [![Ansible check debian:sid](https://github.com/roles-ansible/role_ansible-version/workflows/Ansible%20check%20debian:sid/badge.svg)](https://github.com/roles-ansible/role_ansible-version/actions?query=workflow%3A%22Ansible+check+debian%3Asid%22) | [ansible test with debian sid](https://github.com/marketplace/actions/check-ansible-debian-sid) |
|
||||
|
|
Loading…
Reference in a new issue