jshint is no longer used

This commit is contained in:
Łukasz Mierzwa
2017-07-23 15:50:21 -07:00
parent 68b5c56a76
commit 790be51624

View File

@@ -5,10 +5,8 @@ go:
go_import_path: github.com/cloudflare/unsee
# install jshint & eslint, it's used for linting js files (needs nodejs)
before_script:
- nvm install 6
- npm install jshint
- npm install eslint
script: