mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 10:46:54 +01:00
parent
2e9a07a6c5
commit
fa6d916296
1 changed files with 12 additions and 0 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,2 +1,14 @@
|
|||
language: java
|
||||
jdk: oraclejdk8
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels: chat.freenode.net#bitsquare.io
|
||||
template:
|
||||
- '%{message} (%{repository}#%{build_number}, %{duration})'
|
||||
- '%{repsitory}/%{branch} %{commit} %{author}: %{commit_message}'
|
||||
- '%{build_url}'
|
||||
on_success: always
|
||||
on_failure: always
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
|
Loading…
Add table
Reference in a new issue