From 30c8b02cc479c931ce734dd6b91a1623974c4321 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 11 Jul 2014 02:23:40 -0400 Subject: [PATCH] feature(cloudcmd) test -> --test --- .travis.yml | 2 +- bin/cloudcmd.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65ea04cd..2e5d04a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: script: - gulp default - - node bin/cloudcmd test + - node bin/cloudcmd --test notifications: #webhooks: diff --git a/bin/cloudcmd.js b/bin/cloudcmd.js index add59d2e..01b97b1c 100755 --- a/bin/cloudcmd.js +++ b/bin/cloudcmd.js @@ -12,7 +12,7 @@ isTest; switch (argvLast) { - case 'test': + case '--test': Util.log('Cloud Commander testing mode'); Util.log('argv: ', argv);