diff --git a/.travis.yml b/.travis.yml index 93427cfb..642dbbb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,7 @@ - 0.7 # development version of 0.8, may be unstable - 0.8 notifications: - webhooks: http://requestb.in/12h5bl71 #http://webhooks.jit.su/deploy \ No newline at end of file + webhooks: + http://requestb.in/12h5bl71 + #urls: + # http://webhooks.jit.su/deploy # \ No newline at end of file diff --git a/package.json b/package.json index fe9df738..0b50dceb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "0.0.1", + "version": "0.0.1-5", "scripts":{"test":"sh test.sh","start": "server.js"}, "engines": { "node": "0.6.x" }, "subdomain": "cloudcmd" diff --git a/test.sh b/test.sh index 1122b1a8..f701847e 100644 --- a/test.sh +++ b/test.sh @@ -1,4 +1,6 @@ -#!/bin/sh -npm i -g jshint -echo "jshint server.js client.js lib/cloudfunc.js" -jshint --config ./.jshintrc ./server.js ./client.js ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js \ No newline at end of file +#!/bin/sh +npm i -g jshint +echo "jshint server.js client.js lib/cloudfunc.js" +jshint --config ./.jshintrc ./server.js ./client.js +echo "jshint ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js" +jshint --config ./.jshintrc ./lib/cloudfunc.js ./lib/server/minify.js ./lib/client/keyBinding.js \ No newline at end of file