mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudcmd) test -> --test
This commit is contained in:
parent
381dda922d
commit
30c8b02cc4
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ before_install:
|
|||
|
||||
script:
|
||||
- gulp default
|
||||
- node bin/cloudcmd test
|
||||
- node bin/cloudcmd --test
|
||||
|
||||
notifications:
|
||||
#webhooks:
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
isTest;
|
||||
|
||||
switch (argvLast) {
|
||||
case 'test':
|
||||
case '--test':
|
||||
Util.log('Cloud Commander testing mode');
|
||||
Util.log('argv: ', argv);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue