Skip to content

Commit 3d83814

Browse files
committed
Updated readme
1 parent 65465be commit 3d83814

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
To run the example:
3+
4+
```
5+
$ npm install
6+
$ PROBOT_API_TOKEN=myslackapitoken PROBOT_SECRET=mysecret ./script/hubot
7+
```
8+
9+
To run tests:
10+
11+
```
12+
$ npm install
13+
$ PROBOT_SECRET=XYZABC \
14+
PROBOT_API_TOKEN=926a701550d4dfae93250dbdc068cce887531 \
15+
node_modules/jasmine-node/bin/jasmine-node --coffee \
16+
spec/pr-delegator.spec.coffee
17+
```
18+

0 commit comments

Comments
 (0)