Fix travis config after refactoring

This commit is contained in:
Frédéric Guillot 2019-07-29 16:17:44 -07:00
parent 6491cb513e
commit a40f3e7a30
1 changed files with 3 additions and 3 deletions

View File

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