diff --git a/.travis.yml b/.travis.yml index a3fda8cee..4d1f4f82f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: script: - "flake8 openslides tests" - "isort --check-only --recursive openslides tests" + - "gulp jshint" - "DJANGO_SETTINGS_MODULE='tests.settings' coverage run ./manage.py test tests.unit" - "coverage report --fail-under=40"