bisq/.travis.yml

29 lines
718 B
YAML
Raw Normal View History

2017-07-06 22:38:23 +02:00
language: java
jdk:
- oraclejdk8
install:
- git clone -b bisq_0.14.4.1 https://github.com/bitsquare/bitcoinj.git
- cd bitcoinj
2017-07-06 23:08:14 +02:00
- mvn clean install
- git clone https://github.com/bitsquare/libdohj.git
- cd libdohj
2017-07-06 23:08:14 +02:00
- mvn clean install
- git clone https://github.com/bitsquare/btcd-cli4j.git
- cd btcd-cli4j
2017-07-06 23:08:14 +02:00
- mvn clean install
2017-07-06 23:03:18 +02:00
- cd ..
2017-07-06 23:08:14 +02:00
script: mvn clean install
2017-07-06 22:44:31 +02:00
2017-07-06 22:38:23 +02:00
#notifications:
# irc:
# channels: chat.freenode.net#bisq
# 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