Add lint to travis tests

This commit is contained in:
Bartek Fabiszewski 2020-01-08 12:36:11 +01:00
parent 66c5cc915f
commit 71795b022b
2 changed files with 25 additions and 17 deletions

View File

@ -63,6 +63,8 @@ after_failure:
script: script:
- ./vendor/bin/phpunit -c .tests/phpunit.xml - ./vendor/bin/phpunit -c .tests/phpunit.xml
- npm test - npm test
- npm run lint:js
- npm run lint:css
addons: addons:
coverity_scan: coverity_scan:

40
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e0409bcb302c1bef7caa031dafc841a9", "content-hash": "ffb1c6d77d755002ea20d1c1c6338b43",
"packages": [ "packages": [
{ {
"name": "ulrichsg/getopt-php", "name": "ulrichsg/getopt-php",
@ -1656,16 +1656,16 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.10.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19" "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19", "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1677,7 +1677,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.9-dev" "dev-master": "1.13-dev"
} }
}, },
"autoload": { "autoload": {
@ -1693,13 +1693,13 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{ {
"name": "Gert de Pagter", "name": "Gert de Pagter",
"email": "BackEndTea@gmail.com" "email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony polyfill for ctype functions", "description": "Symfony polyfill for ctype functions",
@ -1710,20 +1710,20 @@
"polyfill", "polyfill",
"portable" "portable"
], ],
"time": "2018-08-06T14:22:27+00:00" "time": "2019-11-27T13:56:44+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.4.22", "version": "v3.4.36",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d" "reference": "dab657db15207879217fc81df4f875947bf68804"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/ba11776e9e6c15ad5759a07bffb15899bac75c2d", "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804",
"reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d", "reference": "dab657db15207879217fc81df4f875947bf68804",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1769,7 +1769,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-16T10:59:17+00:00" "time": "2019-10-24T15:33:53+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
@ -1880,6 +1880,12 @@
"stability-flags": [], "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {
"ext-json": "*",
"ext-pdo": "*",
"ext-xmlwriter": "*",
"ext-simplexml": "*",
"ext-libxml": "*"
},
"platform-dev": [] "platform-dev": []
} }