From dc67704b4430014bb7bc63db8390fe54d2176c79 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 21 Jan 2021 22:41:34 -0700 Subject: [PATCH] Run eslint in CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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