Gulp: Use gulp jshhint instead of npm run lint.

This commit is contained in:
Jürg Lehni 2016-01-29 01:59:42 +01:00
parent f2a132f498
commit e4ece39603

View file

@ -20,7 +20,7 @@ before_script:
- npm install -g gulp
- npm install
script:
- npm run lint
- gulp jshint
- gulp minify
- gulp test
install: