Skip to content

Commit

Permalink
Merge pull request #5946 from dotty-staging/no-dottyLatestNightlyBuild
Browse files Browse the repository at this point in the history
Stop using dottyLatestNightlyBuild in community build
  • Loading branch information
nicolasstucki authored Feb 19, 2019
2 parents e99e488 + b692a2f commit 0b16e1e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion community-build/community-projects/ScalaPB
Submodule ScalaPB updated 1 files
+9 −10 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/algebra
Submodule algebra updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/betterfiles
Submodule betterfiles updated 1 files
+9 −10 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/fastparse
Submodule fastparse updated 1 files
+1 −3 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/minitest
Submodule minitest updated 1 files
+6 −6 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/scalacheck
Submodule scalacheck updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/scalap
Submodule scalap updated 1 files
+0 −3 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/scalatest
2 changes: 1 addition & 1 deletion community-build/community-projects/scopt
Submodule scopt updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/squants
Submodule squants updated 1 files
+0 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/stdLib213
Submodule stdLib213 updated 1 files
+0 −3 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@ class CommunityBuildTest {

@Test def betterfiles = test(
project = "betterfiles",
command = "dottyCompile"
command = "dotty-community-build/compile"
)

@Test def ScalaPB = test(
project = "ScalaPB",
command = "dottyCompile"
command = "dotty-community-build/compile"
)

@Test def minitest = test(
project = "minitest",
command = "dottyCompile"
command = "dotty-community-build/compile"
)

@Test def fastparse = test(
Expand Down

0 comments on commit 0b16e1e

Please sign in to comment.