diff --git a/.larabot.conf b/.larabot.conf
new file mode 100644
index 0000000000000000000000000000000000000000..9b2968401ab09a048f272d84fd2f1afe8b56ac9c
--- /dev/null
+++ b/.larabot.conf
@@ -0,0 +1,5 @@
+commands: [
+    "sbt -batch -no-color test"
+    "sbt -batch -no-color integration:test"
+    "sbt -batch -no-color regression:test"
+]