diff --git a/.larabot.conf b/.larabot.conf
index 9b2968401ab09a048f272d84fd2f1afe8b56ac9c..1fc820daf1738f75bbf6ebf71fc37daa1d4c203e 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"
 ]