From 4a125777bfd3348ae7e8e629010146ce33728987 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 3 Oct 2019 22:05:45 +0200 Subject: [PATCH] ci(travis): Run lint on CI --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37cca85..f84033b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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