From 4b2334c813b0905717f76bf2d827862d092a68e5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 25 Jun 2012 19:42:15 +0000 Subject: [PATCH] travis setting up --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 19c72e2c..03ba6e2c 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ #!/bin/sh npm install jshint -./node_modules/jshint/bin/hint server.js --config .jshintrc +./node_modules/jshint/bin/hint ./server.js --config .jshintrc echo 'only warnings. no errors' \ No newline at end of file