Fix travis config after refactoring
This commit is contained in:
parent
6491cb513e
commit
a40f3e7a30
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue