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