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
2018-04-27 13:59:10 +02:00

25 lines
486 B
YAML

language: python
python:
"3.6"
# Use container-based infrastructure for quicker build start-up
sudo: false
addons:
apt:
sources:
- debian-sid # Grab shellcheck from the Debian repo (o_O)
before_install:
- git clone https://github.com/piwik/piwik-package.git tmp/piwik-package
- composer install
- "sudo apt-get install cabal-install"
- "cabal update"
- "cabal install shellcheck"
script:
- 'shellcheck *.sh'
- python tests.py
matrix:
fast_finish: true