Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
#150, test: Another try to resolve travis build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaschmidt committed Jun 20, 2016
1 parent bfb14fa commit 93e916c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ lazy val plugin = (project in file("plugin"))
val f = publishLocal.value
},
scriptedBufferLog := false,
logLevel := Level.Warn,
// logLevel := Level.Warn,
coverageExcludedPackages := "<empty>;de\\.zalando\\.play\\.apifirst\\.sbt\\.ApiFirstCore"
)
.dependsOn(common, apiFirstCore, playScalaGenerator, swaggerParser, swaggerModel)
Expand Down
2 changes: 1 addition & 1 deletion travis/jvmopts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-Dfile.encoding=UTF8
-Xmx1024M
-Xmx1512M
-Xss6M
-XX:ReservedCodeCacheSize=256M

0 comments on commit 93e916c

Please sign in to comment.