Move js check in travis.yml
This commit is contained in:
@@ -25,8 +25,8 @@ before_script:
|
|||||||
- phpenv config-add tests/php.ini
|
- phpenv config-add tests/php.ini
|
||||||
- composer install
|
- composer install
|
||||||
- npm install
|
- npm install
|
||||||
- ./node_modules/.bin/jshint assets/js/{core,components}
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- ./node_modules/.bin/jshint assets/js/{core,components}
|
||||||
- phpunit -c tests/units.$DB.xml
|
- phpunit -c tests/units.$DB.xml
|
||||||
- phpunit tests/configtest
|
- phpunit tests/configtest
|
||||||
|
|||||||
Reference in New Issue
Block a user