From 3d4796f48133bd4ae5c6f4efeeb2611db4b183b4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 25 Jun 2012 19:56:25 +0000 Subject: [PATCH] cloudfunc added to travis lint-testing --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index e6f157d0..998cfc7e 100644 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh npm i jshint -./node_modules/jshint/bin/hint ./server.js --config ./.jshintrc \ No newline at end of file +./node_modules/jshint/bin/hint ./server.js ./lib/cloudfunc.js --config ./.jshintrc \ No newline at end of file