From 3af71623fbc4c52451f6a86ebfefa28472abc833 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 13:44:50 +0000 Subject: [PATCH] trying jshint with travis --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2731602..bc2d8eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + 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