From 2ee13b82c8622b8e04630ca037ba3caa7758c945 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 14 Jun 2012 13:47:22 +0000 Subject: [PATCH] travis file correction --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc2d8eb1..0fa1618d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,8 @@ - 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 + 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