We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94b1e6 commit 6bbc4d1Copy full SHA for 6bbc4d1
.larabot.conf
@@ -1,6 +1,12 @@
1
commands = [
2
- "sbt -batch +test"
3
- "sbt -batch +it:test"
+ "sbt -batch ++2.10.7 test"
+ "sbt -batch ++2.11.12 test"
4
+ "sbt -batch ++2.12.8 test"
5
+ "sbt -batch ++2.13.0 test"
6
+ "sbt -batch ++2.10.7 it:test"
7
+ "sbt -batch ++2.11.12 it:test"
8
+ "sbt -batch ++2.12.8 it:test"
9
+ "sbt -batch ++2.13.0 it:test"
10
]
11
12
trusted = [
0 commit comments