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

18 lines
262 B
YAML
Raw Normal View History

2020-08-07 16:40:42 +02:00
os: linux
dist: bionic
2017-05-07 16:11:21 +02:00
language: python
2017-11-22 08:14:13 +01:00
python:
2020-08-07 16:40:42 +02:00
"3.8"
before_install:
- git clone https://github.com/piwik/piwik-package.git tmp/piwik-package
- composer install
2019-03-22 20:07:55 +01:00
- yarn install
script:
- 'shellcheck *.sh'
2017-05-07 16:11:21 +02:00
- python tests.py
2020-08-07 16:41:46 +02:00
jobs:
fast_finish: true