From aca218bbf44b66635974ebf7de20be57eb5d5025 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 7 Mar 2018 22:13:55 -0800 Subject: Add aggregate root project and travis build configuration --- build.sbt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index be6a2a5..42ada89 100644 --- a/build.sbt +++ b/build.sbt @@ -52,7 +52,12 @@ lazy val tests = project ) .dependsOn(examplesJVM) - +lazy val root = (project in file(".")) + .aggregate(coreJVM, coreJS, coreNative, examplesJVM, examplesJS, examplesNative) + .settings( + publish := {}, + publishLocal := {} + ) lazy val benchmarks = project .in(file("benchmarks")) -- cgit v1.2.3