bisq/_deactivated_.travis.yml

20 lines
532 B
YAML
Raw Normal View History

2015-05-05 03:05:15 +02:00
language: java
jdk: oraclejdk8
install:
2015-11-03 16:45:18 +01:00
- "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