UNPKG
hubot-ci
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Use Hubot to interact with GitHub commit statuses
github.com/atmos/hubot-ci
atmos/hubot-ci
hubot-ci
/
index.coffee
5 lines
(3 loc)
•
133 B
text/coffeescript
View Raw
1
2
3
4
5
Path
=
require
'path'
module
.exports = (robot, scripts) -> robot.loadFile(
Path
.resolve(__dirname,
"src"
,
"scripts"
),
"ci.coffee"
)