ansible-role-gitea/.travis.yml

19 lines
374 B
YAML
Raw Normal View History

---
sudo: required
language: python
2019-03-16 06:55:58 -05:00
python:
- "3.6"
services:
- docker
before_install:
- sudo apt-get -qq update
- >
sudo apt-get install -o Dpkg::Options::="--force-confold"
2019-03-16 06:55:58 -05:00
--force-yes -y docker-ce
install:
- pip install -r requirements-travis.txt
script:
- molecule test
2019-03-16 07:30:24 -05:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/