Skip to content

Commit

Permalink
workaround for travis fork issue
Browse files Browse the repository at this point in the history
  • Loading branch information
refried committed Mar 2, 2016
1 parent e9e0ecc commit cd50d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object BuildSettings {
version := buildVersion,
scalaVersion := sv,
exportJars := true,
fork := true,
// fork := true,
publishTo := Some(Resolver.file("file",
new File(Path.userHome.absolutePath+"/.m2/repository"))),

Expand Down

0 comments on commit cd50d12

Please sign in to comment.