Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Java Stack size increased for Scala compiler
  • Loading branch information
LorenzBuehmann committed Oct 7, 2020
1 parent 985175c commit b9c1099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scala:
jdk:
- openjdk8
before_script:
- echo "MAVEN_OPTS='-Xmx2g -Xss2048K -XX:MaxPermSize=512m'" > ~/.mavenrc
- echo "MAVEN_OPTS='-Xmx2g -Xss256M -XX:MaxPermSize=512m'" > ~/.mavenrc
script:
- mvn scalastyle:check
- mvn test
Expand Down

0 comments on commit b9c1099

Please sign in to comment.