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
Lukas Winkler df1c3349cd
improve tests
- use python 3.7
- fix pyyaml warning
- ignore node_module files
2019-03-22 20:22:51 +01:00

18 lines
318 B
YAML

language: python
python:
"3.7"
# Use container-based infrastructure for quicker build start-up
sudo: false
before_install:
- git clone https://github.com/piwik/piwik-package.git tmp/piwik-package
- composer install
- yarn install
script:
- 'shellcheck *.sh'
- python tests.py
matrix:
fast_finish: true