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

23 lines
410 B
YAML
Raw Normal View History

2017-05-07 16:11:21 +02:00
language: python
# Use container-based infrastructure for quicker build start-up
sudo: false
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
packages:
- shellcheck
before_install:
- git clone https://github.com/piwik/piwik-package.git tmp/piwik-package
- composer install
script:
- 'shellcheck *.sh'
2017-05-07 16:11:21 +02:00
- python tests.py
matrix:
fast_finish: true