AgileVentures / asyncvoter-slack-bot

0 stars 0 forks source link

Unit and Integration tests #8

Closed tansaku closed 7 years ago

tansaku commented 7 years ago

fixes #7

tansaku commented 7 years ago

@arreche - thanks for the updates - but I wanted the logging in there - you seem to have removed the winston logging without replacing it with anything ...

arreche commented 7 years ago

@tansaku Oh! I thought that botkit's logging system was enough.

var controller = Botkit.slackbot({
  debug: false
  //include "log: false" to disable logging
  //or a "logLevel" integer from 0 to 7 to adjust logging verbosity
});
arreche commented 7 years ago

@tansaku Please. Enable TravisCI integration https://travis-ci.org/AgileVentures/async_slack_bot

tansaku commented 7 years ago

@arreche TravisCI activated.

and maybe that logging is enough, hmm - I should test ...