diff --git a/.larabot.conf b/.larabot.conf index 1cb8029721..ce806393f8 100644 --- a/.larabot.conf +++ b/.larabot.conf @@ -1,7 +1,6 @@ commands = [ "sbt -batch -Dparallel=5 test" "sbt -batch -Dparallel=5 it:test" - "sbt -batch scripted" ] nightly { @@ -9,6 +8,7 @@ nightly { "sbt -batch -Dparallel=5 test" "bash bin/slow-tests.sh" "bash bin/external-tests.sh" + "sbt -batch scripted" ] }