2014-09-29 09:28:11 +02:00
|
|
|
language: java
|
|
|
|
jdk: oraclejdk8
|
2014-09-29 09:42:23 +02:00
|
|
|
|
2014-11-05 01:41:14 +01:00
|
|
|
before_install:
|
|
|
|
- "export DISPLAY=:99.0"
|
|
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
|
|
|
2014-09-29 09:42:23 +02:00
|
|
|
notifications:
|
|
|
|
irc:
|
2014-09-29 10:38:07 +02:00
|
|
|
channels: chat.freenode.net#bitsquare
|
2014-09-29 09:42:23 +02:00
|
|
|
template:
|
|
|
|
- '%{message} (%{repository}#%{build_number}, %{duration})'
|
2014-09-29 10:05:04 +02:00
|
|
|
- '%{repository}/%{branch} %{commit} %{author}: %{commit_message}'
|
2014-09-29 09:42:23 +02:00
|
|
|
- '%{build_url}'
|
2014-09-29 10:38:07 +02:00
|
|
|
on_success: change
|
2014-09-29 09:42:23 +02:00
|
|
|
on_failure: always
|
|
|
|
use_notice: true
|
2014-09-29 10:38:07 +02:00
|
|
|
skip_join: true
|
2014-11-03 13:45:34 +01:00
|
|
|
|
|
|
|
env:
|
|
|
|
- TERM=dumb
|
|
|
|
|
|
|
|
after_success:
|
|
|
|
- ./gradlew jacocoTestReport coveralls
|