1
0
Fork 0
mirror of https://github.com/Findus23/matomo_tests.git synced 2024-08-27 19:52:19 +02:00

add submodules to test

This commit is contained in:
Lukas Winkler 2019-08-10 16:04:49 +02:00
parent 8065b69963
commit fa11c8fc75
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -2,7 +2,7 @@ language: python
python: python:
- "3.7" - "3.7"
install: install:
- git clone https://github.com/matomo-org/matomo.git - git clone https://github.com/matomo-org/matomo.git --depth=1 --recurse-submodules
- cp config.travis.py config.py - cp config.travis.py config.py
script: script:
- python translation_placeholders.py - python translation_placeholders.py