mirror of
https://github.com/Findus23/matomo_tests.git
synced 2024-08-27 19:52:19 +02:00
8 lines
211 B
YAML
8 lines
211 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
install:
|
|
- git clone https://github.com/matomo-org/matomo.git --depth=1 --recurse-submodules
|
|
- cp config.travis.py config.py
|
|
script:
|
|
- python translation_placeholders.py
|