Skip to content

Commit

Permalink
misc: increase sbt mem on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Matejczyk committed Sep 4, 2020
1 parent 7be38a1 commit de20dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ before_cache:
- find $HOME/.sbt -name "*.lock" | xargs rm
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm

sbt_args: -jvm-opts travis/jvmopts

services:
- cassandra
sudo: required
1 change: 1 addition & 0 deletions travis/jvmopts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-Xmx4G

0 comments on commit de20dea

Please sign in to comment.