Skip to content

Commit 009c9ce

Browse files
committed
Give more memory to sbt.
1 parent 87a2b63 commit 009c9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ git clone https://github.com/scala-js/scala-js.git && \
2525
cd scala-js && \
2626
git checkout $SCALAJS_BRANCH && \
2727
npm install && \
28-
sbt 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION $TESTS
28+
sbt -J-Xmx5G 'set resolvers in Global += "scala-integration" at "https://scala-ci.typesafe.com/artifactory/scala-integration/"' ++$SCALA_VERSION $TESTS

0 commit comments

Comments
 (0)