Skip to content

Commit

Permalink
Merge 132159d into 25a7fbc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflav23 committed Oct 24, 2019
2 parents 25a7fbc + 132159d commit 0fa6c5c
Show file tree
Hide file tree
Showing 59 changed files with 193 additions and 3,091 deletions.
4 changes: 4 additions & 0 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-Xmx2g
-Xms1g
-XX:MetaspaceSize=512m
-XX:MaxMetaspaceSize=1g
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@ language: scala
scala:
- 2.10.6
- 2.11.12
- 2.13.1
sudo: false
notifications:
slack:
- websudos:P9QNXx1ZGFnDHp3v3jUqtB8k
email:
- dev@websudos.co.uk
jdk:
- oraclejdk8
- oraclejdk9
branches:
only:
- master
- develop
matrix:
include:
- scala: 2.12.8
jdk: oraclejdk8
jdk: oraclejdk9
env: RUN_WITH_COVERAGE=true PUBLISH_ARTIFACT=true

env:
Expand All @@ -43,7 +44,7 @@ before_cache:
- du -h -d 2 $HOME/.sbt/
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
before_script: travis_retry sbt "plz $TRAVIS_SCALA_VERSION update"
before_script: travis_retry sbt "++ $TRAVIS_SCALA_VERSION update"
script: ./build/run_tests.sh
after_success:
- ./build/publish_develop.sh

0 comments on commit 0fa6c5c

Please sign in to comment.