From 0a6482c4777738b4f2634bd30aa1598a1f893003 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 25 Jun 2012 19:44:39 +0000 Subject: [PATCH] travis setted up with server.js --- test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 70aaa255..e6f157d0 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,3 @@ #!/bin/sh npm i jshint -./node_modules/jshint/bin/hint ./server.js --config ./.jshintrc -echo 'only warnings. no errors' \ No newline at end of file +./node_modules/jshint/bin/hint ./server.js --config ./.jshintrc \ No newline at end of file