Skip to content

Commit

Permalink
move integration tests into root project
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersouthwick committed Oct 2, 2017
1 parent ea16e3e commit 22ae461
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ scala:
- 2.12.3

script:
- "sbt +test +integration-tests/test"
- "sbt clean coverage test integration-tests/test coverageReport"
- "sbt +test"
- "sbt clean coverage test coverageReport"
- "sbt coverageAggregate"
after_success:
- "sbt coveralls"
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,3 @@ lazy val root = (project in file("."))
.settings(
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-h", new File(target.value, "/test-reports-html").getAbsolutePath)
)

lazy val `integration-tests` = (project in file("integration-tests"))
.dependsOn(core, swagger, html)

0 comments on commit 22ae461

Please sign in to comment.