Skip to content

Commit

Permalink
Attempting workaround for Travis-CI bug 5227
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon H.K. Fitch authored and jvican committed Dec 19, 2017
1 parent 45b2b01 commit c41ee15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ scala:
- 2.10.5
jdk:
- openjdk6

# Fix OpenJDK builds
# https://github.com/travis-ci/travis-ci/issues/5227
sudo: false

env:
- SBT_OPTS="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"

script:
- sbt ++$TRAVIS_SCALA_VERSION --warn update compile scripted

0 comments on commit c41ee15

Please sign in to comment.