From e1344e3e449430ac13ef79b03bfcaa2c0c82d150 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 30 Dec 2016 15:40:30 -0500 Subject: [PATCH] Move js check in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c78bf8b3..e9ee6098e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,8 @@ before_script: - phpenv config-add tests/php.ini - composer install - npm install - - ./node_modules/.bin/jshint assets/js/{core,components} script: + - ./node_modules/.bin/jshint assets/js/{core,components} - phpunit -c tests/units.$DB.xml - phpunit tests/configtest