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

shellcheck is now included by default in travis, so no need to install it anymore

This commit is contained in:
Lukas Winkler 2018-12-22 22:53:17 +01:00
parent f456871128
commit 9067184319
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -5,17 +5,9 @@ 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)
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'