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

fix shellcheck install on travis

This commit is contained in:
Lukas Winkler 2018-04-27 13:59:10 +02:00
parent cd2b0ae8b0
commit 6fe62cb8c2
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5

View file

@ -9,12 +9,13 @@ 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
- "sudo apt-get install cabal-install"
- "cabal update"
- "cabal install shellcheck"
script:
- 'shellcheck *.sh'