mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Update travis file for IRC notifications
This commit is contained in:
parent
22a1377c24
commit
93c79af125
21
.travis.yml
21
.travis.yml
@ -1,3 +1,20 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
jdk: oraclejdk8
|
||||
|
||||
install:
|
||||
- "sudo apt-get purge openjdk*"
|
||||
- "sudo add-apt-repository -y ppa:webupd8team/java"
|
||||
- "sudo apt-get update"
|
||||
- "sudo apt-get install oracle-java8-installer"
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
channels: chat.freenode.net#bitsquare
|
||||
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
|
Loading…
Reference in New Issue
Block a user