mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
trying jshint with travis
This commit is contained in:
parent
4be1776bf6
commit
3af71623fb
1 changed files with 6 additions and 1 deletions
|
|
@ -4,4 +4,9 @@
|
|||
- 0.6
|
||||
- 0.7 # development version of 0.8, may be unstable
|
||||
notifications:
|
||||
webhooks: http://requestb.in/12h5bl71 #http://webhooks.jit.su/deploy
|
||||
webhooks: http://requestb.in/12h5bl71 #http://webhooks.jit.su/deploy
|
||||
before_install:
|
||||
- npm install html-minifier
|
||||
after_install:
|
||||
- npm install jshint
|
||||
- jshint *.js --config .jshintrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue