2014-06-30 21:39:14 +00:00
|
|
|
language: java
|
2014-12-28 16:37:25 +00:00
|
|
|
jdk: oraclejdk8
|
2014-06-30 21:39:14 +00:00
|
|
|
|
2014-08-30 16:00:24 +00:00
|
|
|
env:
|
|
|
|
- JAVA_OPTS ="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
|
|
|
|
|
2014-12-28 16:37:25 +00:00
|
|
|
after_success:
|
|
|
|
- ./gradlew jacocoTestReport coveralls
|
2014-12-28 16:39:04 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels: chat.freenode.net#ethereumj
|
|
|
|
template:
|
|
|
|
- '%{message} (%{repository}#%{build_number}, %{duration})'
|
|
|
|
- '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
|
|
|
|
- '%{build_url}'
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
use_notice: true
|
2014-12-29 02:10:17 +00:00
|
|
|
skip_join: true
|