Skip to content

Commit

Permalink
Execute macro tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed May 25, 2017
1 parent ca3acc4 commit 7b8e8ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
Expand Down
2 changes: 1 addition & 1 deletion main/src/test/scala/sbt/internal/parser/AbstractSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package sbt.internal.parser

import org.specs2.mutable._

trait AbstractSpec extends Specification with SplitExpression
trait AbstractSpec extends Specification with SplitExpression

0 comments on commit 7b8e8ca

Please sign in to comment.