diff --git a/.travis.yml b/.travis.yml index c02f8cd..2f31d81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,7 @@ install: script: - npm run production --verbose - app/vendor/bin/php-cs-fixer fix --diff --dry-run + - node_modules/.bin/eslint app/resources/js/**/*.{js,vue} - app/vendor/bin/psalm --show-info=true - app/vendor/bin/phpunit --coverage-text