Move js check in travis.yml

This commit is contained in:
Frederic Guillot 2016-12-30 15:40:30 -05:00
parent 28b4ae3260
commit e1344e3e44
1 changed files with 1 additions and 1 deletions

View File

@ -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