Fix travis config after refactoring
This commit is contained in:
@@ -20,11 +20,11 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_install:
|
||||||
- composer install
|
- composer install
|
||||||
- npm install
|
- npm install -g jshint
|
||||||
|
|
||||||
script:
|
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 -c tests/units.$DB.xml
|
||||||
- ./vendor/bin/phpunit tests/configtest
|
- ./vendor/bin/phpunit tests/configtest
|
||||||
|
|||||||
Reference in New Issue
Block a user