ci(travis): Run lint on CI
This commit is contained in:
parent
5ae67d1d3d
commit
4a125777bf
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue