Skip to content

Commit

Permalink
Tweak build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Dec 14, 2016
1 parent b2a5cd8 commit 15dea48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.jvmopts
@@ -1,4 +1,4 @@
-Dfile.encoding=UTF8
-Xms512m
-Xmx1024m
-Xss2M
-Xms1536m
-Xmx1536m
-Xss6M
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ scala:
sudo: false

script:
- ./sbt -jvm-opts .travis.jvmopts "+ test"
- ./sbt -jvm-opts .travis.jvmopts "; + clean; + test"

# These directories are cached to S3 at the end of the build
cache:
Expand Down

0 comments on commit 15dea48

Please sign in to comment.