mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
trevis testing with sh
This commit is contained in:
parent
3c50a07836
commit
a2cdc56743
2 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -14,4 +14,7 @@ cloudcmddemo.manifest.yml
|
|||
Procfile
|
||||
|
||||
#hide travis yml for nodejitsu working out
|
||||
#.travis.yml
|
||||
#.travis.yml
|
||||
|
||||
#temporary files folder
|
||||
tmp
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue