From a66c7617e653f58d0b3d8bc30aa92dcc588aa5cf Mon Sep 17 00:00:00 2001
From: Etienne Kneuss <ekneuss@gmail.com>
Date: Wed, 9 Sep 2015 03:57:55 +0200
Subject: [PATCH] colors are actually fine

---
 .larabot.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.larabot.conf b/.larabot.conf
index 9b2968401..1fc820daf 100644
--- a/.larabot.conf
+++ b/.larabot.conf
@@ -1,5 +1,5 @@
-commands: [
-    "sbt -batch -no-color test"
-    "sbt -batch -no-color integration:test"
-    "sbt -batch -no-color regression:test"
+commands = [
+    "sbt -batch test"
+    "sbt -batch integration:test"
+    "sbt -batch regression:test"
 ]
-- 
GitLab