mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
Makefile aded for travis
This commit is contained in:
parent
2ee13b82c8
commit
4f52e6e8ae
2 changed files with 4 additions and 5 deletions
|
|
@ -4,8 +4,4 @@
|
|||
- 0.6
|
||||
- 0.7 # development version of 0.8, may be unstable
|
||||
notifications:
|
||||
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
|
||||
webhooks: http://requestb.in/12h5bl71 #http://webhooks.jit.su/deploy
|
||||
3
Makefile
Normal file
3
Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
test:
|
||||
npm install jshint
|
||||
jshint *.js --config js/.jshintrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue