From 7b8e8cadf4cf281d10cfdc31fa8444db79c9dff0 Mon Sep 17 00:00:00 2001 From: jvican Date: Thu, 25 May 2017 16:43:37 +0200 Subject: [PATCH] Execute macro tests in Travis --- .travis.yml | 2 +- main/src/test/scala/sbt/internal/parser/AbstractSpec.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 59423554e..feb7bebb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/*" diff --git a/main/src/test/scala/sbt/internal/parser/AbstractSpec.scala b/main/src/test/scala/sbt/internal/parser/AbstractSpec.scala index cb0377b0a..f169829ee 100644 --- a/main/src/test/scala/sbt/internal/parser/AbstractSpec.scala +++ b/main/src/test/scala/sbt/internal/parser/AbstractSpec.scala @@ -2,4 +2,4 @@ package sbt.internal.parser import org.specs2.mutable._ -trait AbstractSpec extends Specification with SplitExpression \ No newline at end of file +trait AbstractSpec extends Specification with SplitExpression