ethereumj-personal/.travis.yml

21 lines
532 B
YAML
Raw Normal View History

2014-06-30 21:39:14 +00:00
language: java
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"
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
skip_join: true