Stop using grunt and use grumphp and robo instead

This commit is contained in:
Pierre Rudloff 2019-11-30 16:33:39 +01:00
parent b7fc304375
commit 2f3ab77e8b
16 changed files with 1590 additions and 2430 deletions

View file

@ -5,9 +5,7 @@ addons:
apt:
packages:
- language-pack-fr
install:
- composer install --no-progress
- yarn install
install: composer install --no-progress
script:
- grunt lint
- grunt test
- composer lint
- composer test