Execute macro tests in Travis

This commit is contained in:
jvican 2017-05-25 16:43:37 +02:00
parent ca3acc4e52
commit 7b8e8cadf4
No known key found for this signature in database
GPG Key ID: 42DAFA0F112E8050
2 changed files with 2 additions and 2 deletions

View File

@ -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/*"

View File

@ -2,4 +2,4 @@ package sbt.internal.parser
import org.specs2.mutable._
trait AbstractSpec extends Specification with SplitExpression
trait AbstractSpec extends Specification with SplitExpression