From 4f52e6e8aeb2e8ee9d0696ef961ccd3520c016da Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 13:59:46 +0000 Subject: [PATCH] Makefile aded for travis --- .travis.yml | 6 +----- Makefile | 3 +++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 Makefile diff --git a/.travis.yml b/.travis.yml index 0fa1618d..1fa4700b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + webhooks: http://requestb.in/12h5bl71 #http://webhooks.jit.su/deploy \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..cd41539c --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +test: + npm install jshint + jshint *.js --config js/.jshintrc \ No newline at end of file