mirror of https://github.com/sbt/sbt.git
Fix travis file
This commit is contained in:
parent
c5f59d4406
commit
2dce25fa66
|
|
@ -18,7 +18,7 @@ matrix:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- SBT_CMD="test:compile scalariformCheck"
|
- SBT_CMD=";test:compile;scalariformCheck"
|
||||||
- SBT_CMD="mimaReportBinaryIssues"
|
- SBT_CMD="mimaReportBinaryIssues"
|
||||||
- SBT_CMD="safeUnitTests"
|
- SBT_CMD="safeUnitTests"
|
||||||
- SBT_CMD="otherUnitTests"
|
- SBT_CMD="otherUnitTests"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue