ansible-collection-famedly-.../roles/element/.travis.yml
Jan Christian Grünhage 5a777cd2d1 refactor(element): rename riot role to element
Riot is now Element, and therefore this role has to do a lot of
`s/riot/element/g`. There's still a few references to riot here and
there, but fixing those depends on external changes.

This does not attempt any automatic migration, you will need to clean
up the old webroot or container yourself.

BREAKING CHANGE: role name and variable names have changed
2020-08-09 22:51:09 +02:00

17 lines
229 B
YAML

---
language: python
services: docker
env:
global:
- ROLE_NAME: element
matrix:
- MOLECULE_DISTRO: debian9
install:
- pip install molecule docker
jobs:
include:
- stage: default
script: molecule test