Activate gulp jshint for Travis.

This commit is contained in:
Norman Jäckel 2016-02-16 00:57:45 +01:00
parent 75f4a2e62d
commit c818a4964f
1 changed files with 1 additions and 0 deletions

View File

@ -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"