ci(travis): Run lint on CI

This commit is contained in:
Pierre Rudloff 2019-10-03 22:05:45 +02:00
parent 5ae67d1d3d
commit 4a125777bf
1 changed files with 7 additions and 1 deletions

View File

@ -5,4 +5,10 @@ addons:
apt:
packages:
- language-pack-fr
install: composer install --no-progress
install:
- composer install --no-progress
- yarn install
script:
- grunt lint
- composer exec -v
phpunit