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

add yarn install to travis test

This commit is contained in:
Lukas Winkler 2019-03-22 20:07:55 +01:00
parent 52b875e707
commit 2229f65b73
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -8,6 +8,7 @@ sudo: false
before_install:
- git clone https://github.com/piwik/piwik-package.git tmp/piwik-package
- composer install
- yarn install
script:
- 'shellcheck *.sh'