1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-16 13:33:45 +02:00
matomo-icons/.travis.yml

17 lines
261 B
YAML

os: linux
dist: focal
language: python
python:
"3.9"
before_install:
- git clone https://github.com/piwik/piwik-package.git tmp/piwik-package
- composer install
- yarn install
script:
- 'shellcheck *.sh'
- python tests.py
jobs:
fast_finish: true