mirror of https://github.com/sbt/sbt.git
Execute macro tests in Travis
This commit is contained in:
parent
ca3acc4e52
commit
7b8e8cadf4
|
|
@ -16,7 +16,7 @@ matrix:
|
|||
|
||||
env:
|
||||
matrix:
|
||||
- SBT_CMD=";test:compile;scalafmt::test;test:scalafmt::test;safeUnitTests;otherUnitTests"
|
||||
- SBT_CMD=";test:compile;scalafmt::test;test:scalafmt::test;mainSettingsProj/test;safeUnitTests;otherUnitTests"
|
||||
# - SBT_CMD="mimaReportBinaryIssues"
|
||||
- SBT_CMD="scripted actions/*"
|
||||
- SBT_CMD="scripted apiinfo/* compiler-project/* ivy-deps-management/*"
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ package sbt.internal.parser
|
|||
|
||||
import org.specs2.mutable._
|
||||
|
||||
trait AbstractSpec extends Specification with SplitExpression
|
||||
trait AbstractSpec extends Specification with SplitExpression
|
||||
|
|
|
|||
Loading…
Reference in New Issue