From a40f3e7a3072ae5509f464e8997b62e27c3e404e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 29 Jul 2019 16:17:44 -0700 Subject: [PATCH] Fix travis config after refactoring --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef5162cc1..dfc235813 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,11 @@ env: matrix: fast_finish: true -before_script: +before_install: - composer install - - npm install + - npm install -g jshint script: - - ./node_modules/.bin/jshint assets/js/{core,components} + - jshint assets/js/{core,components} - ./vendor/bin/phpunit -c tests/units.$DB.xml - ./vendor/bin/phpunit tests/configtest