From 1a5c40e76b14462c10058f663f99338b2f9f8c72 Mon Sep 17 00:00:00 2001
From: Etienne Kneuss <ekneuss@gmail.com>
Date: Tue, 8 Sep 2015 14:33:44 +0200
Subject: [PATCH] Add larabot commands

---
 .larabot.conf | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 .larabot.conf

diff --git a/.larabot.conf b/.larabot.conf
new file mode 100644
index 000000000..9b2968401
--- /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"
+]
-- 
GitLab