mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 17:50:35 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
36
roles/oh-my-zsh/.travis.yml
Normal file
36
roles/oh-my-zsh/.travis.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
language: python
|
||||
python: '3.6'
|
||||
|
||||
env:
|
||||
global:
|
||||
- MOLECULEW_USE_SYSTEM=true
|
||||
matrix:
|
||||
# Spin off separate builds for each of the following versions of Ansible
|
||||
- MOLECULEW_ANSIBLE=2.8.16
|
||||
- MOLECULEW_ANSIBLE=2.9.1
|
||||
|
||||
# Require Ubuntu 16.04
|
||||
dist: xenial
|
||||
|
||||
# Require Docker
|
||||
services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
# Install dependencies
|
||||
- ./moleculew wrapper-install
|
||||
|
||||
# Display versions
|
||||
- ./moleculew wrapper-versions
|
||||
|
||||
script:
|
||||
- ./moleculew test
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)([\.\-].*)?$/
|
||||
|
||||
notifications:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
Reference in New Issue
Block a user