ansible-development-environ.../roles/robertdebock.firewall/.travis.yml

97 lines
4.3 KiB
YAML

---
sudo: required
language: python
services: docker
env:
- version=">=2.6,<2.7" distro="alpine-latest"
- version="" distro="alpine-latest"
- version="devel" distro="alpine-latest"
- version=">=2.6,<2.7" distro="alpine-edge"
- version="" distro="alpine-edge"
- version="devel" distro="alpine-edge"
- version=">=2.6,<2.7" distro="archlinux"
- version="" distro="archlinux"
- version="devel" distro="archlinux"
- version=">=2.6,<2.7" distro="centos-6"
- version="" distro="centos-6"
- version="devel" distro="centos-6"
- version=">=2.6,<2.7" distro="centos-latest"
- version="" distro="centos-latest"
- version="devel" distro="centos-latest"
- version=">=2.6,<2.7" distro="debian-latest"
- version="" distro="debian-latest"
- version="devel" distro="debian-latest"
- version=">=2.6,<2.7" distro="debian-stable"
- version="" distro="debian-stable"
- version="devel" distro="debian-stable"
- version=">=2.6,<2.7" distro="debian-unstable"
- version="" distro="debian-unstable"
- version="devel" distro="debian-unstable"
- version=">=2.6,<2.7" distro="fedora-latest"
- version="" distro="fedora-latest"
- version="devel" distro="fedora-latest"
- version=">=2.6,<2.7" distro="fedora-rawhide"
- version="" distro="fedora-rawhide"
- version="devel" distro="fedora-rawhide"
- version=">=2.6,<2.7" distro="opensuse-leap"
- version="" distro="opensuse-leap"
- version="devel" distro="opensuse-leap"
- version=">=2.6,<2.7" distro="opensuse-tumbleweed"
- version="" distro="opensuse-tumbleweed"
- version="devel" distro="opensuse-tumbleweed"
- version=">=2.6,<2.7" distro="ubuntu-artful"
- version="" distro="ubuntu-artful"
- version="devel" distro="ubuntu-artful"
- version=">=2.6,<2.7" distro="ubuntu-latest"
- version="" distro="ubuntu-latest"
- version="devel" distro="ubuntu-latest"
- version=">=2.6,<2.7" distro="ubuntu-devel"
- version="" distro="ubuntu-devel"
- version="devel" distro="ubuntu-devel"
matrix:
allow_failures:
- env: version=">=2.6,<2.7" distro="alpine-edge"
- env: version="" distro="alpine-edge"
- env: version="devel" distro="alpine-edge"
- env: version="devel" distro="alpine-latest"
- env: version="devel" distro="archlinux"
- env: version="devel" distro="centos-6"
- env: version="devel" distro="centos-latest"
- env: version="devel" distro="debian-latest"
- env: version="devel" distro="debian-stable"
- env: version=">=2.6,<2.7" distro="debian-unstable"
- env: version="" distro="debian-unstable"
- env: version="devel" distro="debian-unstable"
- env: version="devel" distro="fedora-latest"
- env: version=">=2.6,<2.7" distro="fedora-rawhide"
- env: version="" distro="fedora-rawhide"
- env: version="devel" distro="fedora-rawhide"
- env: version="devel" distro="opensuse-leap"
- env: version="devel" distro="opensuse-tumbleweed"
- env: version="devel" distro="ubuntu-artful"
- env: version=">=2.6,<2.7" distro="ubuntu-devel"
- env: version="" distro="ubuntu-devel"
- env: version="devel" distro="ubuntu-devel"
- env: version="devel" distro="ubuntu-latest"
cache:
- pip
install:
- pip install --upgrade pip
- if [ "${version}" != "devel" ] ; then pip install ansible"${version}" ; fi
- if [ "${version}" = "devel" ] ; then pip install git+https://github.com/ansible/ansible.git@devel ; fi
- pip install molecule
- pip install docker
script:
- if [ "${expectation}" = "fail" ] ; then ! molecule test --scenario-name "${distro}" ; else molecule test --scenario-name "${distro}" ; fi
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
slack:
secure: "oSQ44+45DQekaYsRtV5T6wWwBn4q22zXoeWY/Zm3fRS7laySarD4c4XglPpaaclFfWCMl9sct2M//c7gDLZlFGNOU+6GI14Xt/RyT1yHNGE7dxy3hDA6J5wu35zowPeZRm4TF3LJjyxFiZSo+XQyDKPa0sC2xEwVC2EhZ1pU9Xvqz4Ymjimfy8YvKpkcmLu12QpkK47M1KrvDXBpVlKuchIcB3jze1KVhTvzzbU5nSxp7hkMEM6kPgziZG96xCDAhzomA+BIHXEnncXMoJvQwDcT0M94gDjUdMeDV/A0Mi6P3HOFnYIKptbmsVobP6ugkhGCdKCgPI7ob88MMJYoej0DiroN8oyGfOwmn8YK7q4VhN8nspTaIAAcX1GyZmZ2akgqDaSw42vnoReacU9B9XbyDyAnttRbd2IOyp2l+rIVc4GVghYd9ecRKMIy1/OaCuqhe+IB5/B+Sdat+aiKQIYT0eWRf3cevgwaETCDECb+D4tBrWIbTx/ll7i69okAJGQxnUXWBENm3n0L9KYp03brbIRG/UIyaL0G17LVKR1CyX62kiHcFcqgr12Y6m3E/LfelaZPpcRfaPne7ryxgyJfdSCw5D7uK9txcWvpvNmhoL5If7p5DFOB9yz8JScRwvsP3LV5A6XvvapobJkAYfvgBih69KXQZXQ0L8hIcyM="
email: false