Skip to content

Commit bc296db

Browse files
committed
Add larabot config file
1 parent a3e3057 commit bc296db

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.larabot.conf

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
commands = [
2+
"sbt -batch +test"
3+
]
4+
5+
trusted = [
6+
"colder"
7+
"larsrh"
8+
"mantognini"
9+
"manoskouk"
10+
"MikaelMayer"
11+
"ravimad"
12+
"regb"
13+
"romac"
14+
"samarion"
15+
"vkuncak"
16+
"redelmann"
17+
"jad-hamza"
18+
"gsps"
19+
]
20+
21+
notify {
22+
master = [
23+
24+
]
25+
}

0 commit comments

Comments
 (0)