trevis testing with sh

This commit is contained in:
coderaiser 2012-06-12 13:36:55 +00:00
parent 3c50a07836
commit a2cdc56743
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View file

@ -14,4 +14,7 @@ cloudcmddemo.manifest.yml
Procfile
#hide travis yml for nodejitsu working out
#.travis.yml
#.travis.yml
#temporary files folder
tmp

View file

@ -1,7 +1,7 @@
{
"name": "cloudcmd",
"version": "0.0.1",
"scripts":{"test":"node test/test.js","start": "server.js"},
"scripts":{"test":"node test/test.sh","start": "server.js"},
"engines": { "node": "0.6.x" },
"subdomain": "cloudcmd"
}