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);